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


Restoring the control data set without forward recovery

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

To restore the control data set without forward recovery, do not specify a JOURNAL DD statement. EDGBKUP checks the contents of the control data set backup and calls the correct utility to restore the control data set. The MASTER DD statement is optional when you have used DFSMSdss in the DFSMSrmm utilities to create the backup copy and you do not need to change the name of the DFSMSrmm control data set.

Example: To restore the control data set without forward recovery:
//RESTORE  EXEC PGM=EDGBKUP,PARM='RESTORE'
//SYSPRINT DD SYSOUT=*
//BACKUP   DD DISP=SHR,DSN=RMM.BACKUP.CDS
//MASTER   DD DISP=SHR,DSN=RMM.CDS

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014