EXECUTE_SQL
Syntax
SET EXECUTE_SQL
[AFTER] sql_statement;
Description
Performs the SQL statement specified at the beginning of a transaction. Typically, this command is used to set up a specific cursor environment before PeopleSoft Data Mover begins processing. For example, in DB2 UDB, use this command to set the current setID, or for Oracle, use this command to designate a specific rollback segment.
This command doesn't run for DDL SQL statements. For example, in DB2 UDB, you cannot set the current setID before creating spaces, tables, indexes, or views.
Parameters
IMPORT, REPLACE_ALL, and REPLACE_DATA.