Previous Topic: Report DescriptionNext Topic: TMS Report 70 - Tape Management Database Synchronization Report


Job Control Statements

//stepname EXEC PGM=DYNSYNC
//STEPLIB  DD  DSN=CAI.CTAPLINK,DISP=SHR
//TMSRPT   DD  SYSOUT=A
//SYS1IN   DD  DSN=cai.ca1.extract(or)cai.cadynamt.extract,DISP=SHR
//SYS2IN   DD  DSN=cai.ca1.extract(or)cai.cadynamt.extract,DISP=SHR
//SYS1OUT  DD  DSN=cai.ca1.syncdata(or)cai.cadynamt.syncdata,
//             DISP=(NEW,CATLG,DELETE),SPACE=(CYL,(10,2)),UNIT=SYSDA,
//             DCB=(RECFM=FB,LRECL=216,BLKSIZE=n*216)
//SYS2OUT  DD  DSN=cai.ca1.syncdata(or)cai.cadynamt.syncdata,
//             DISP=(NEW,CATLG,DELETE),SPACE=(CYL,(10,2)),UNIT=SYSDA,
//             DCB=(RECFM=FB,LRECL=216,BLKSIZE=n*216)

SYS1IN and SYS2IN can point to the extract from either database. SYS1OUT and SYS2OUT will contain the synchronization information for the systems represented by SYS1IN and SYS2IN respectively.