It would really help if you could post the listing of the job that dumped
the dataset.  Barring that, we need to see the JCL for the dump job.

:>: -----Original Message-----
:>: From: IBM Mainframe Discussion List [mailto:[email protected]] On
:>: Behalf Of Nathan J Pfister
:>: Sent: Friday, December 06, 2013 6:19 AM
:>: To: [email protected]
:>: Subject: Restore Multi-Volume GDG from Virtual Tape?
:>:
:>: List;
:>:
:>: Is it possible to restore a multi-voulme GDG from Virtual Tape.  It was
:>: a
:>: 47-volume (Mod-9) dataset, an SMF Dump, and we are trying to restore it.
:>: We've tried quite a bit of different ADRDSSU code with no luck.
:>:
:>: //REST01     EXEC PGM=ADRDSSU,
:>: //           PARM='UTILMSG=YES',
:>: //           REGION=6M,
:>: //           TIME=1400
:>: //SYSPRINT   DD SYSOUT=*
:>: //TAPE01     DD     DSN=BACKUP.AKM93B1F,
:>: //           DISP=(OLD,KEEP),UNIT=VTL,
:>: //           LABEL=(12,SL),
:>: //           VOL=SER=439394
:>: //TAPE02     DD     DSN=BACKUP.AKM9A61D,
:>: //           DISP=(OLD,KEEP),UNIT=VTL,
:>: //           LABEL=(6,SL),
:>: //           VOL=SER=387231
:>: .....
:>: //TAPE47     DD     DSN=BACKUP.AKM933AF,
:>: //           DISP=(OLD,KEEP),UNIT=VTL,
:>: //           LABEL=(7,SL),
:>: //           VOL=SER=395208
:>: //SYSIN      DD *
:>:  RESTORE DS(INCLUDE(TAPE.SMF.DUMP.NX.G5203V00)) -
:>:      INDD(TAPE01) OUTDY(NEFA10) BYPASSACS(**) NULLSTORCLAS ADMIN -
:>:      FORCE
:>:  RESTORE DS(INCLUDE(TAPE.SMF.DUMP.NX.G5203V00)) -
:>:      INDD(TAPE02) OUTDY(NEFA11) BYPASSACS(**) NULLSTORCLAS ADMIN -
:>:      FORCE
:>: ....
:>:  RESTORE DS(INCLUDE(TAPE.SMF.DUMP.NX.G5203V00)) -
:>:      INDD(TAPE47) OUTDY(NEFA3E) BYPASSACS(**) NULLSTORCLAS ADMIN -
:>:      FORCE

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to