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

Generation Data Group


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

New User


Joined: 09 May 2007
Posts: 8
Location: Delhi

PostPosted: Sun Dec 09, 2007 1:40 pm
Reply with quote

I need to process all the generations of a GDG one by one, I do not want to code a step for each generation , is there a way by which I can code only a single step?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sun Dec 09, 2007 2:02 pm
Reply with quote

How do you mean one by one.

Do you mean that you want to process all existing generations en mass, i.e. all existing versions get processed within the same process in one pass or that each individual generation must be uniquely processed ?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sun Dec 09, 2007 2:12 pm
Reply with quote

Quote:

You can catalog successive updates or generations of related data. They are called generation data groups (GDGs). Each data set within a GDG is called a generation data set (GDS) or generation. If the attributes and organizations of all generations in a group are identical, the generations can be retrieved together as a single data set.


From Chapter 29. Processing Generation Data Groups of the z/OS V1R7.0 DFSMS Using Data Sets manual.
Back to top
View user's profile Send private message
ajay_bhad

New User


Joined: 09 May 2007
Posts: 8
Location: Delhi

PostPosted: Sun Dec 09, 2007 2:33 pm
Reply with quote

Quote:
How do you mean one by one

i mean that each individual generation must be uniquely processed , i need to apply conversion to each version separately
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sun Dec 09, 2007 3:01 pm
Reply with quote

ajay_bhad wrote:
Quote:
How do you mean one by one

i mean that each individual generation must be uniquely processed , i need to apply conversion to each version separately


Then unfortunately I believe that the time spent analysing and coding the solution to this would probably be much more than amending the JCL and submitting the job numerous times.
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 to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top