The JOBNAME command specify the symbolic name for an Apply Engine. More commonly referred to as the Engine Name, it appears in both the Parser report and the Engine Runtime Report. The JOBNAME is used primarily as a guide to make sure that the the Apply Engine Parser and the Engine(s) are referencing the same Apply Engine script.
Syntax
JOBNAME <engine_name>
Keyword and Parameter Descriptions
Keyword | Description |
---|---|
<engine_name> |
A symbolic name specified for an Apply Engine script. This name will be displayed on the Parser and the Engine Runtime Report. A job name parameter can contain no spaces. |
Example
Assign the symbolic name of DB2TOORA to an Apply Engine script that replicates/transforms Captured DB2 data and applies that data to an Oracle database. It is recommended that the jobname be no longer than eight (8) characters.
JOBNAME DB2TOORA;