z/OS DFSMSdss Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 2: dumping a user catalog and its aliases

z/OS DFSMSdss Storage Administration
SC23-6868-01

To dump a user catalog, you perform a logical data set dump with the fully qualified user catalog name as the data set name. No filtering is allowed. If the user catalog has any aliases, the aliases are automatically dumped.
//JOB2     JOB   accounting information,REGION=nnnnK
//STEP1    EXEC  PGM=ADRDSSU
//SYSPRINT DD    SYSOUT=A
//DASD1    DD    UNIT=3380,VOL=(PRIVATE,SER=111111),DISP=OLD
//TAPE     DD    UNIT=3480,VOL=SER=TAPE02,
//  LABEL=(1,SL),DISP=(NEW,CATLG),DSNAME=USER2.BACKUP
//SYSIN    DD    *
 DUMP  OUTDDNAME(TAPE) -
       DS(INCLUDE(MY.USER.CAT))
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014