Pre/Post-Process Operations
Execute When
OP TYPE WHEN DESCRIPTION Job Initialization PRE OncePerJob Runs once per job before anything else get performed. Use this if you need to call GotoJob() and must first set up variables for your scripted loop. Will only be called once at the beginning ...
Executing Pre/Post-Process Operations
Any number of functional operations can be performed before or after a job is processed. To set up the operations, first navigate to job within the project you wish to add the operations to. Once you have selected a job navigate to the mappings tab. ...
Action Types
The action type defines what type of operation will be performed. Variable-type actions create a user-defined variable for use throughout the job. Action Type Description Variable/SQL Set a variable through the execution of a SQL SELECT statement run ...