Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

To Recover a deleted file from MVS Backup
In Mainframes, MVS takes backup of files/datasets, every time they are
changed. Also it keeps backup of these changed versions at any point of
time. So, at any point of time we can recover deleted datasets as well
as its previous versions.

To find out how many versions of a dataset are available in backup,
enter the following command in TSO (Start 6) panel.

HLIST BCDS DSN ('Dataset Name')

or type the following in the command line

TSO HLIST BCDS DSN ('Dataset Name')

This will give the list of backups. Also, every backup has a backup
date and a GEN (Generation) no. associated with it.

For example, Assume PDS ' X' is last changed on 27/12/05 after
which MVS has taken backup of all the files/datasets. If PDS 'X'
has to be recovered without change on 27/12/05, then from the backup
list we need to get the
GEN( generation) No. for the backup date which is less than (27/12/05).

Let us assume the generation to be GEN (005).

So to recover that File or PDS, enter the following command in TSO
(Start 6) panel.

HRECOVER 'Original Dataset Name' GEN(005) NEWNAME.

or type the following in the command line

TSO HRECOVER 'Original Dataset Name' GEN(005) NEWNAME.

MVS will prompt for a new dataset name. Enter the new dataset name and
MVS will recover that version with the new name.

Note:

In case a deleted dataset needs to be recovered, enter the following
command in TSO (Start 6) panel.

HRECOVER 'Deleted dataset Name'

or type the following in the command line

TSO HRECOVER 'Deleted Dataset Name'

If MVS has that backup it will recover that with same name, i.e. the
latest version.


Report this thread to moderator Post Follow-up to this message
Old Post
mftips@gmail.com
01-20-06 08:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Cobol archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 03:46 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.