how to put 25 of 32 Tapes from VAULTLOC "A" to VAULTLOC "X" ?
search cancel

how to put 25 of 32 Tapes from VAULTLOC "A" to VAULTLOC "X" ?

book

Article ID: 12154

calendar_today

Updated On:

Products

Dynam for VSE Dynam VSE Option

Issue/Introduction



How can we move 25 of 32 Tape Volumes from VAULTLOC "A" to VAULTLOC "X" ?

Environment

Release: DYNAM.00400-2.3-CA-Dynam
Component:

Resolution

for the 25 Tapes Volumes that should be moved into VAULTLOC "X" 

the following command should be executed.

Example JCL: 

// EXEC DYNCAT,SIZE=128K 

ALTER 'MONTHLY.BACKUP.D2C' VOL=D00003 VLTL=X PERM=YES 

ALTER 'MONTHLY.BACKUP.D2C' VOL=D00002 VLTL=X PERM=YES 

And so on for all the 25 Tape Volumes.

The 25 ALTER statements always need ONLY the FIRST Dataset from a Multifile Dataset chain included. 

The VOL= statements has to included the Tape Volser number which should be moved to VAULTLOC "X"