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

Know GDG limit using JCL


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

New User


Joined: 22 Mar 2007
Posts: 57
Location: India

PostPosted: Tue Oct 21, 2008 11:46 am
Reply with quote

I want to extract all GDG files with an available starting NODE e.g. 'DEAR.TXXXXXX.*' and display the corresponding GDG LIMIT in front of the name.
As :
Code:
DEAR.TXXXXXX.YYYY          36
DEAR.TXXXXXX.ZZZZ          40


Please provide a JCl for this...
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue Oct 21, 2008 11:55 am
Reply with quote

Quote:
Please provide a JCl for this...

Please provide 700 euro for tried and tested code.
This is a help forum, not a "do it for me" forum - unless you want to pay for the work others do on your behalf.

Look at SYS1.SAMPLIB(IGGCSIRX) and let us know when you need some help.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Oct 21, 2008 12:20 pm
Reply with quote

Hi,

I'm in agreement with Expat, may be just fast fingers. In TSO can be an option, you can use this to get GDG limit..
Code:
 LISTC ENT('gdg base') ALL   
Back to top
View user's profile Send private message
vinay249

New User


Joined: 18 Apr 2007
Posts: 13
Location: Bangalore

PostPosted: Fri Oct 24, 2008 7:00 pm
Reply with quote

Could you pls tell me how to execute this to get the GDG limit from the library SYS1.SAMPLIB(IGGCSIRX)
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: Fri Oct 24, 2008 7:22 pm
Reply with quote

Quote:
I want to extract all GDG files with an available starting NODE e.g. 'DEAR.TXXXXXX.*' and display the corresponding GDG LIMIT in front of the name.
Exactly how do you find the GDG LIMIT based on the cataloged files? What if a GDG has a LIMIT of 20 but only has 11 generations cataloged? Are you planning on reporting 11 as the LIMIT? What is the business requirement? You'd probably be better off generating an IDCAMS LISTCAT and parsing the output to find the GDG LIMIT if you really want the LIMIT and not merely the number of cataloged generations.

We've got a number of applications that create generations until a summary processing job runs, at which time all generations are taken in as a group, after which the generations are all deleted. So these applications never have the number of LIMIT generations cataloged, so by your logic they'd never show the correct LIMIT value.
Back to top
View user's profile Send private message
Skolusu

Senior Member


Joined: 07 Dec 2007
Posts: 2205
Location: San Jose

PostPosted: Fri Oct 24, 2008 11:35 pm
Reply with quote

Deepakgoyal2005,

See the "Report on GDG base limits" Smart DFSORT Trick at:

Use [URL] BBCode for External Links
Back to top
View user's profile Send private message
nirenchan

New User


Joined: 21 Jul 2005
Posts: 23
Location: USA

PostPosted: Wed Oct 29, 2008 12:12 pm
Reply with quote

You can use REXX and extract the GDG name and limit and write the same to a output dataset.

You can Invoke LISTCAT from within REXX, get the details and pull the limit as well as GDG name into some variable and write the same to output Dataset...in the format that you want.

Regards,
Nirenchan
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 Expand ISPF field up to a limit - is ... TSO/ISPF 9
No new posts Rexx to list generations of GDGs and ... CLIST & REXX 3
No new posts Any limit on usage of cursors ? DB2 1
This topic is locked: you cannot edit posts or make replies. Removing duplicate record based on th... DFSORT/ICETOOL 4
No new posts SDSF limit access to specifc output c... All Other Mainframe Topics 1
Search our Forums:

Back to Top