Please enable JavaScript to view this site.

Starting an Engine on the target platform may require only the submission of JCL similar to sample member SQDATAD included in the distribution and specifying the parsed Engine script, in our example a DB2TODB2.

//SQDATA  JOB 1,MSGLEVEL=(1,1),MSGCLASS=H,NOTIFY=&SYSUID

//*

//*--------------------------------------------------------------------

//*   Execute the Connect CDC SQData Engine under Db2

//*--------------------------------------------------------------------

//*   Note: 1) This Job may require specification of the Public/Private

//*            Key pair in order to connect to a Capture/Publisher

//*            running on another platform

//*

//*         2) To run the Connect CDC SQData Engine as a started task, refer to

//*            member SQDAMAST

//*

//*   Required DDNAME:

//*     SQDFILE DD - File that contains the Parsed Engine Script

//*

//*********************************************************************

//*

//JOBLIB   DD DISP=SHR,DSN=SQDATA.V400.LOADLIB

//         DD DISP=SHR,DSN=DSNB10.SDSNLOAD

//*

//SQDATA  EXEC PGM=SQDATA,REGION=0M

//SQDPUBL  DD DISP=SHR,DSN=SQDATA.NACL.PUBLIC

//SQDPKEY  DD DISP=SHR,DSN=SQDATA.NACL.PRIVATE

//SYSPRINT DD SYSOUT=*

//SQDLOG   DD SYSOUT=*

//*SQDLOG 8 DD DUMMY

//CEEDUMP  DD SYSOUT=*

//*

//*---- PARSED ENGINE SCRIPT FILE ----

//SQDFILE  DD DISP=SHR,DSN=SQDATA.V400.SQDOBJ(DB2TODB2)

 

See the Apply and Replicator Engine references for other use cases.