The following DD statements for inclusion in the CICS® startup job stream assume that the transaction dump data sets have been cataloged previously:
//DFHDMPA DD DSN=CICSTS31.CICS.applid.DFHDMPA,DISP=SHR
//DFHDMPB DD DSN=CICSTS31.CICS.applid.DFHDMPB,DISP=SHR
DISP=SHR enables each data set, if held on disk, to be processed by the DFHDU640 offline utility after the switch to the other data set has taken place.
The following are examples of DD statements for transaction dump data sets on unlabeled tapes:
//DFHDMPA DD DSN=CICSTS31.CICS.applid.DFHDMPA,UNIT=3400,VOL=SER=volid1,
// DISP=(NEW,KEEP),LABEL=(,NL)
//DFHDMPB DD DSN=CICSTS31.CICS.applid.DFHDMPB,UNIT=3400,VOL=SER=volid2,
// DISP=(NEW,KEEP),LABEL=(,NL)
[[ Contents Previous Page | Next Page Index ]]