Publisher: Review/Submit Batch JCL |
Scroll |
Review the generated JCL and make any required modifications to the Jobcard, etc.
Note: Make sure that the Publisher job name unique to the Publisher so it will not conflict with the Daemon and/or Engine jobs.
File Edit Edit_Settings Menu Utilities Compilers Test Help ------------------------------------------------------------------------------- EDIT SQDATA.TEST.CNTL(VSAMPUBT) - 01.00 Columns 00001 00072 Command ===> Scroll ===> PAGE ****** ***************************** Top of Data ****************************** 000001 //VSAMPUBT JOB 1,MSGLEVEL=(1,1),MSGCLASS=H,NOTIFY=&SYSUID 000002 //*---------------------------------------------------------------- 000003 //* JCL TO RUN AGENT: VSAMPUBT AS A STANDALONE BATCH JOB 000004 //*---------------------------------------------------------------- 000005 //*VSAMPUBT EXEC PGM=XQDZLOGC,REGION=0M /* DIAGNOSTIC VER */ 000006 //VSAMPUBT EXEC PGM=SQDZLOGC,REGION=0M 000007 //STEPLIB DD DISP=SHR,DSN=SQDATA.V400.LOADLIB 000008 //SYSOUT DD SYSOUT=* 000009 //SYSPRINT DD SYSOUT=* 000010 //VSAMPUBT DD SYSOUT=* 000011 //SQDLOG DD SYSOUT=* 000012 //*SQDLOG8 DD DUMMY 000013 //*SQDLOGL DD DISP=SHR,DSN=SQDATA.TEST.PARMLIB(SQDLOGL) 000014 //*SQDPARMS DD DISP=SHR,DSN=SQDATA.TEST.PARMLIB(VSAMPUBT) 000015 //SQDPARMS DD * 000016 --apply --start 000017 /home/sqdata/test/VSAMPUBT.cab 000018 /* ****** **************************** Bottom of Data **************************** |
SUBMIT the job.
Note: to stop the batch execution of the Db2 capture agent, simply cancel the job.