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


Example 2: copying a dump created by using physical data set processing

z/OS DFSMSdss Storage Administration
SC23-6868-01

//JOB2     JOB   accounting information,REGION=nnnnK
//STEP1    EXEC  PGM=ADRDSSU
//SYSPRINT DD    SYSOUT=A
//TAPE2    DD    UNIT=3480,VOL=SER=TAPE20,
//  LABEL=(1,SL),DISP=(OLD,KEEP),DSN=USER.BACKUP.REL3A
//OUTT2    DD    UNIT=3480,VOL=SER=TAPE21,
//  LABEL=(1,SL),DISP=(NEW,CATLG),DSN=USER.BACKUP.REL3A.A
//SYSIN    DD    *
 COPYDUMP -
   INDD(TAPE2)            /* DUMP TAPE TO BE COPIED     */ -
   OUTDD(OUTT2)           /* NEW DUMP TAPE              */ -
   LVOL(338001)           /* SER NO OF VOL TO BE COPIED */
/*

Assume that a physical data set dump operation was used to create a dump tape, volume TAPE20. Also assume that source DASD volumes 338000, 338001, and so on were specified, resulting in VTOCs being used for data set selection. Only the dump data from DASD volume 338001 is to be copied (LVOL(338001)).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014