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


Example 1C: tracks RESTORE—restore to different tracks

z/OS DFSMSdss Storage Administration
SC23-6868-01

//JOBTRKS  JOB   accounting information,REGION=nnnnK
//STEP1    EXEC  PGM=ADRDSSU
//TAPE     DD    UNIT=3480,VOL=SER=TAPE04,
//  LABEL=(1,SL),DISP=(OLD,KEEP),DSN=USER2.BACKUP
//SYSPRINT DD    SYSOUT=A
//SYSIN    DD    *
 RESTORE INDD(TAPE) OUTDYNAM(338000) -
   TRKS(200,10,200,10) /* INPUT TRK 200,10 ON SOURCE VOL*/ -
   OUTTRKS(100,0)      /*RESTORE TO 100,0 ON TARGET VOL */ -
   PURGE               /* OK TO OVERLAY THE TRK         */ -
          /* EVEN IF UNEXPIRED DATA SET AT THE LOCATION */ -
   PSWD(ABC/WRITPSWD)  /* PASSWORD FOR THE DATA SET     */
/*

A track of dump data is restored to a cylinder and head number other than that from which it was dumped. The dump tape (which might have resulted from a full, tracks, or data set dump operation) contains a track dumped from cylinder 200 head 10 that is restored to cylinder 100 head 0.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014