View previous topic :: View next topic
|
Author |
Message |
yogeshbabu
New User
Joined: 30 Nov 2005 Posts: 19 Location: India
|
|
|
|
Hi,
I deleted a dataset by mistake.Can any one tell me how to get back the dataset which is deleted ?
Regards,
Yogesh. |
|
Back to top |
|
|
iknow
Active User
Joined: 22 Aug 2005 Posts: 411 Location: Colarado, US
|
|
|
|
Hi yogeshbabu,
From the TSO command prompt type
Code: |
hrecover 'myid.mypds' |
Specify your full dataset name.
You can see as when you press enter it throws a message. If it says the statement is in queue then it takes a long time to retrieve the dataset.
Hope this helps... |
|
Back to top |
|
|
sairam
New User
Joined: 30 Aug 2005 Posts: 58 Location: Kolkata
|
|
|
|
Hi iknow
It is not working in my case showing invalid command. |
|
Back to top |
|
|
iknow
Active User
Joined: 22 Aug 2005 Posts: 411 Location: Colarado, US
|
|
|
|
Hi Sairam,
From the main primary options menu, TYPE 6.
You will get the TSO command prompt. Then try submitting using 'hrecover'. It should work.
Let me know in case of any concerns. |
|
Back to top |
|
|
iknow
Active User
Joined: 22 Aug 2005 Posts: 411 Location: Colarado, US
|
|
|
|
Hi,
More information on HRECOVER...
Create a backup copy of a dataset or library (if installation authorizes)
Quote: |
HBACKDS dataset/library |
Retrieve the most recent backup copy of a dataset or library that has been backed up
Quote: |
HRECOVER dataset-name |
Retrieve the backup copy of a dataset or library that was created before the most recent one
Quote: |
HRECOVER dataset-name GENERATION(1) |
Ask about your HRECOVER request.
Hope this helps. |
|
Back to top |
|
|
|