z/os mainframe. A member from a partitioned dataset has been accidentally deleted . No backup.
I guess the deletion is done logically and not phisically untill next compress (a king of flag aside) . So, there must be a command that let recover the member (unflag it).
Coud anyone give some help? Thanks
Software/Hardware used:
Z/OS IBM MAINFRAME
ASKED:
June 14, 2010 3:44 PM
UPDATED:
April 30, 2012 10:03 PM
can we HIDE any members withis a PDS ?
please post me the prorcess.
Using the PDSFAST utility (typically ISPF option 3.3) you can use the “RM” command to recover deleted members unless a Compress has already been performed.
Try below TSO command.
TSO PDS ‘your.pds’ RES REQSEC FIND REPEAT NOPROMPT
then it will ask you the member name which needs to be restored.
Good luck.