Restore Deleted Tape
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Data Management

#1: Restore Deleted Tape Author: gans79 PostPosted: Mon Mar 02, 2009 1:17 am
    —
Hi,
Can we Restore a deleted Tape using any tool ,
anything similar to ISMF for DASD's ?
any help would be greatly appreciated .

Thanks
gans79

#2:  Author: warp5Location: Germany PostPosted: Mon Mar 02, 2009 2:21 am
    —
How was it deleted? What do you mean be deleted? Do you mean a dataset or a tape volume? Has the tape volume been used again?

#3:  Author: expatLocation: Welsh Wales PostPosted: Tue Mar 03, 2009 2:07 am
    —
If the tape has not been used again, recatalog it to start with and then go talk to your storage people to ensure that the TMS is updated in accordance.

#4:  Author: jrompf PostPosted: Wed Feb 29, 2012 4:44 am
    —
in z/VM:
Code:

"TAPE REW"
"PIPE (END ?) TAPE",
   "| f: fanout",
   "? f: | TAKE 1 | SPECS 5.6 | var volser",
   "? f: | DROP 1 | TAKE 1 | SPECS 49.5 ",
        "| DATECONVERT REXXJ REXX_DATE_S | VAR TAPEDATE"
"TAPE REW"
"CP DETACH VIRTUAL 181"
"CP SLEEP 15 SEC"
"TAPCMD TAPEMOD VOL" volser "EXPDATE" tapedate "(WAIT"
"TAPCMD TAPEQRY VOL" volser "(WAIT"

will fix tape expiration using first record exp date
or you can change expiration using:

"TAPCMD TAPEMOD VOL" volser "EXPDATE" tapedate "(WAIT"



MVSFORUMS.com -> Data Management


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group