Hallo All,
I would like to backup the RMM CDS and journal file to tape. In IBM's sample
jcl the backups are being saved on dasd. Can it be done to tape?
I am hesitant to give it a try because I am not sure if it could cause a
problem for example - clear out the Journal file. Below is my jcl could
someone let me know that it is okay?
//EDGBKUPB EXEC PGM=EDGBKUP,PARM='BACKUP'
//SYSPRINT DD SYSOUT=*
//MASTER DD DISP=SHR,DSN=SYS2.RMM.CDS
//JOURNAL DD DISP=SHR,DSN=SYS2.RMM.JOURNAL
//BACKUP DD DSN=SYS2.RMM.CDS.BKUP(+1),
// DISP=(,CATLG,DELETE),UNIT=3490,
// DCB=(MODELDCB,RECFM=VB,BLKSIZE=0)
//JRNLBKUP DD DSN=JSYS2.RMM.JOURNAL,
// DISP=(,CATLG,DELETE),UNIT=3490,
// DCB=(MODELDCB,LRECL=9248,RECFM=VB,BLKSIZE=0)
/*
//
Thanks.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN