VERSION
Syntax
SET VERSION sql_table.column condition;
Description
Verifies the version of the database for importing.
Parameters
IMPORT, REPLACE_ALL and REPLACE_DATA.
Example
Suppose that you state the following:
SET VERSION PSLOCK.TOOLSREL="8.4"
PeopleSoft Data Mover verifies that the TOOLSREL column in PSLOCK equals 8.4. This avoids importing an export file into the wrong database. Use the SQL table name to indicate which PeopleSoft record to check.