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 



Above is our latest attempt.  Any help would be appreciated.  Thanks!


Thanks;

Nathan Pfister
zOS Systems Programmer

This message contains privileged and confidential information intended for the 
above addressees only.  If you 
receive this message in error please delete or destroy this message and/or 
attachments.  

The sender of this message will fully cooperate in the civil and criminal 
prosecution of any individual engaging 
in the unauthorized use of this message.

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

Reply via email to