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

Recovering migrated GDG versions


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ravikumar15

New User


Joined: 27 Mar 2006
Posts: 68

PostPosted: Mon Oct 26, 2009 3:32 pm
Reply with quote

Hi,

One of our job needs some 20 GDG's to be recovered. Right now we are doing HLIST BCDS LEVEL(GDG base) to get the latest version. Then we do a HRECOVER on the latest version obtained. This is very trouble some and a lengthy procedure as we need to do this for over 20 GDG's.

Is there any utility for recovering the latest version of GDG?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Oct 26, 2009 4:18 pm
Reply with quote

/RANT ON

When talking about GDS it is important to use the correct terminology, as both version and generation are both valid in terms of a GDS.

It is a well known fact that only one version of a GDS may exist at any one time, however, multiple generations may exist together.

Please learn and use the correct terminology when posting, as using the wrong term can cause confusion and possibly delay a resolution to your problem

/RANT OFF

Use IEFBR14

Code:

//RECALL   EXEC PGM=IEFBR14
//DD01     DD DSN=GDG base(0),DISP=SHR
.....
//DD20     DD DSN=GDG base(0),DISP=SHR


It may be worth a chat with your storage team to see why the zero GENERATION is getting migrated, and if possible to stop this.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Oct 26, 2009 9:11 pm
Reply with quote

Aaaaaaaaaaah, just re-read the thread and noticed RECOVER was specified, not RECALL.

What happens to the datasets ?
Why can you not recall rather than recover ?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Oct 26, 2009 9:14 pm
Reply with quote

Expat, don't you HRECOVER versions and HRECALL generations?

GD&R
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Oct 26, 2009 9:20 pm
Reply with quote

Robert Sample wrote:
Expat, don't you HRECOVER versions and RECALL generations?
GD&R

The confusion could begin when you need the correct version to recover the required generation icon_confused.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Oct 26, 2009 10:24 pm
Reply with quote

An old group of my cronies are still waiting for the implementation of the HDWIM feature/functionality. . .

DWIM - Do What I Meant. . . icon_razz.gif

d
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts Updating DFSMShsm DB when objects are... JCL & VSAM 0
No new posts Data set not migrated even though all... JCL & VSAM 10
No new posts Merge GDG versions JCL & VSAM 5
No new posts Organization of a migrated dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top