z/OS DFSMSrmm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


JCL for backing up the journal

z/OS DFSMSrmm Implementation and Customization Guide
SC23-6874-00

DFSMSrmm obtains the name of the control data set and journal from the running DFSMSrmm subsystem.

Rule: Do not specify the data set names in the JCL. If you do, the job fails.

You can back up and clear the journal without taking a backup of the control data set. To back up the journal using EDGHSKP, specify the BACKUP parameter as shown in Figure 1.
Figure 1. Example of JCL for backing up and clearing the journal
//EDGBKP   EXEC PGM=EDGHSKP,PARM='BACKUP'
//SYSPRINT DD SYSOUT=*
//MESSAGE  DD DISP=SHR,DSN=RMM.MESSAGE
//JRNLBKUP DD DISP=(,CATLG),UNIT=TAPE,DSN=BACKUP.JRNL(+1),
// LRECL=9248,BLKSIZE=0,RECFM=VB,
// BUFNO=30,
// LABEL=(1,SL)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014