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


Example 1: making two copies of a dump

z/OS DFSMSdss Storage Administration
SC23-6868-01

//JOB1     JOB   accounting information,REGION=nnnnK
//STEP1    EXEC  PGM=ADRDSSU
//SYSPRINT DD    SYSOUT=A
//BACKUP   DD    UNIT=3480,VOL=SER=TAPE05,DISP=OLD,
//  DSNAME=V111111.BACKUP
//COPY1    DD    UNIT=3480,VOL=SER=TAPE06,
//  DISP=(NEW,CATLG),DSNAME=V111111.BACKUP1
//COPY2    DD    UNIT=3480,VOL=SER=TAPE07,
//  DISP=(NEW,CATLG),DSNAME=V111111.BACKUP2
//SYSIN    DD    *
  COPYDUMP -
    INDD(BACKUP) -
    OUTDD(COPY1,COPY2)
/*

In this example, two copies are to be made from a DFSMSdss dump tape (OUTDD(COPY1,COPY2)).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014