JOBNAME / Engine Name - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-07-30
ft:lastPublication
2024-07-30T20:19:56.898694

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;