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

Maximum no. of generations in a GDG


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lucky.rohith
Currently Banned

New User


Joined: 06 Aug 2006
Posts: 10

PostPosted: Thu Aug 24, 2006 12:50 am
Reply with quote

Hi,

Wht is the maximum no. of generations in a GDG,whether it is 255 or 9999?
wht is the difference between paging & swapping?
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Aug 24, 2006 2:04 am
Reply with quote

lucky.rohith wrote:
Wht is the maximum no. of generations in a GDG,whether it is 255 or 9999?


First, take a look here at Chapter 29. Processing Generation Data Groups in the z/OS V1R6.0 DFSMS: Using Data Sets manual, and

here at Topic 15. DEFINE GENERATIONDATAGROUP in the z/OS V1R7.0 DFSMS Access Method Services for Catalogs manual.

The maximum value for LIMIT when defining the GDG base is 255. The LIMIT determines how many generations can be accessed by relative access (i.e. 0, -1, -2,...-254, etc.). The settings for ERASE and SCRATCH determine what happens when the next cataloged dataset exceeds the specified LIMIT. With NOERASE and NOSCRATCH, the first cataloged dataset that exceeds the LIMIT will be "rolled out" of the Generation Data Group, but will still be cataloged, and the newest dataset "rolled in". With this setting, you can keep up to 9999 GDG datasets cataloged. Once generation 9999 is reached, the generation number rolls back to 0001.
Back to top
View user's profile Send private message
manishram1

New User


Joined: 23 Mar 2006
Posts: 34

PostPosted: Sun Aug 27, 2006 5:04 pm
Reply with quote

Really a good piece of information which we have to make a note of.
Thanks SuperK
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 SORT ERROR PARAMETER VALUE EXCEEDS M... DFSORT/ICETOOL 12
No new posts Rexx to list generations of GDGs and ... CLIST & REXX 3
No new posts Increase the Maximum Length of LRECL ... JCL & VSAM 5
No new posts Logic to skip Maximum time-stamp and ... DB2 2
No new posts Compare each GDG Generations to other... JCL & VSAM 13
Search our Forums:

Back to Top