Previous Topic: Utility StatementsNext Topic: ARCHIVE LOG


ARCHIVE JOURNAL

DD statements for the batch command facility (z/OS)

//j1jrnl   DD  DSN=idms.j1jrnl,DISP=SHR
//j2jrnl   DD  DSN=idms.j2jrnl,DISP=SHR

Additional journal file assignments, as required

//archjrnl DD  DSN=idms.archive,DISP=(NEW,KEEP),
//             UNIT=tape,VOL=SER=nnnnnn
//*NOTE: The blksize and lrecl are set by the
//*      blksize that is defined in the DMCL.
//*      The file record format is fixed.

Additional archive journal file assignments, as required

j1jrnl

DDname of the first disk journal file, as defined in the DMCL

idms.j1jrnl

Data set name of the first disk journal file

j2jrnl

DDname of the second disk journal file, as defined in the DMCL

idms.j2jrnl

Data set name of the second disk journal file

archjrnl

DDname of the tape archive file, as defined in the DMCL

idms.archive

Data set name of the tape archive file

tape

Symbolic device name of the tape archive file

nnnnnn

Volume serial number of the tape archive file