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


JCL for EDGBKUP

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

This topic describes the EXEC parameters for EDGBKUP and provides JCL examples to back up the control data set and journal, restore the control data set, and reorganize the control data set. Figure 1 shows the JCL for EDGBKUP.

Figure 1. JCL example for EDGBKUP
//EDGBKUP  EXEC PGM=EDGBKUP,PARM='BACKUP(DSS)'
//SYSPRINT DD SYSOUT=*
//MASTER   DD DISP=SHR,DSN=RMM.CDS
//JOURNAL  DD DISP=SHR,DSN=RMM.JOURNAL
//BACKUP   DD DISP=(,CATLG),UNIT=TAPE,DSN=BACKUP.CDS(+1),
//         LABEL=(,SL)
//JRNLBKUP DD DISP=(,CATLG),UNIT=TAPE,DSN=BACKUP.JRNL(+1),
//         LABEL=(2,SL),VOL=REF=*.BACKUP,LRECL=9248,
//         BLKSIZE=0,RECFM=VB

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014