On Wed, 23 Nov 2005 09:28:37 -0600, Warren Brown
<[EMAIL PROTECTED]> wrote:

>Is there ab=n easy way to backup a master catalog ?
>
>WSBrown
>
>----------------------------------------------------------------------
>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

//STEP1   EXEC PGM=IDCAMS,REGION=0M
    EXPORT     @YOUR.MASTERCAT/PASSWD  OUTFILE (SYSUT2) TEMP
//SYSPRINT DD  SYSOUT=*
//SYSUT2   DD  UNIT=TAPE,DISP=(,CATLG,DELETE),VOL=(,RETAIN),LABEL=1,
//             DSN=MVS.DUMP.CATALOGS(+1),
//             DCB=(GDG,RECFM=U,BLKSIZE=32760,TRTCH=COMP)

----------------------------------------------------------------------
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