IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Is there any way to recovery a member


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sheepingux

New User


Joined: 21 Oct 2006
Posts: 4
Location: argentina

PostPosted: Wed May 23, 2007 11:36 pm
Reply with quote

is there any way to recovery a member?

for example:

i want to recovery a member:
OLATX.TG.SOURCE(file)

i know how to recovery a file:

tso HRECOVER file

but i dont know how to recovery a member. is possible?

thanks
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu May 24, 2007 1:09 am
Reply with quote

sheepingux wrote:
is there any way to recovery a member?

for example:

i want to recovery a member:
OLATX.TG.SOURCE(file)

i know how to recovery a file:

tso HRECOVER file

but i dont know how to recovery a member. is possible?

thanks


Try this
Code:

HRECOVER 'OLATX.TG.SOURCE' NEWNAME('OLATX.TG..newname')         


That recover it with a different name and you can get the member you want. Then delete the newname dataset.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
No new posts Searching for a member but don't know... TSO/ISPF 6
No new posts Looking For a PDS Member Without Open... PL/I & Assembler 10
No new posts Library member auto insert option TSO/ISPF 3
No new posts DataSet member creation failed with B... Java & MQSeries 15
Search our Forums:

Back to Top