In compliance with our current Disaster Recovery procedures, I've been
able to use the following JCL to backup the RMM CDS and Journal files
directly to tape as the last step in a larger JCL stream that backups up
all of our essential catalog files and such.  Now I'm in need of JCL to
restore the files from the afore mentioned tape.  I'd like to test this
by restoring the CDS and Journal files to a new name so that I don't
overwrite the existing PROD files.  I've looked over the manuals but
have yet to find exactly what I'm looking for.  Any help or suggestions
would be greatly appreciated.

//EXPO11   EXEC PGM=EDGHSKP,                                     
//         PARM='BACKUP(DSS)',                                   
//         REGION=0M                                             
//SYSPRINT DD  SYSOUT=*                                          
//BACKUP   DD  DSN=CATALOG.DRCAT.RMMCAT.D?SYSDATE.T?SYSTIME,     
//             DISP=(NEW,CATLG),                                 
//             DCB=(RECFM=VBS,LRECL=32404,BLKSIZE=18452),        
//             LABEL=(14,SL),                                    
//             VOL=(,RETAIN,REF=*.STEP1.O),                      
//             UNIT=CART                                         
//JRNLBKUP DD  DSN=CATALOG.DRCAT.RMMJRNL.D?SYSDATE.T?SYSTIME,    
//             DISP=(NEW,CATLG),                                 
//             DCB=(RECFM=VBS,LRECL=32404,BLKSIZE=18452),        
//             LABEL=(15,SL),                                    
//             VOL=(,RETAIN,REF=*.STEP1.O),                      
//             UNIT=CART                                         
//MESSAGE  DD  DSN=SOFT.RMM.HOUSEKP.MESSAGE(0),DISP=(SHR)        

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to