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

How to find the GDG limit using JCL


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

New User


Joined: 05 Sep 2006
Posts: 18

PostPosted: Mon Oct 16, 2006 12:21 pm
Reply with quote

Hi All,

How to find the GDG limit using JCL ? Could anyone help me regarding this.

Thanks,
Shah
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Mon Oct 16, 2006 1:37 pm
Reply with quote

Hi There,

Goto 3.4 and type in the GDG name. Press Enter.
Then where u give B for Browse , E for Edit .. type in LISTCAT ENT(/) ALL and press ENTER.

Or
The ISPF Dataset Utility (=3.2) can generate the LISTCAT command for you and then execute it.

Take option 3.2

Enter the name of the GDG base and take option V (VSAM Utilities).

Under "Process Request" take option 3. Under "Data Type" you can leave it blank or take option 4 and hit enter.

On the next screen make sure there is a (/) slash next to "Edit IDCAMS command". Under "Name, History, Volume, ALLOcation, All" put ALL and hit enter.

This will generate a LISTCAT command essentially the same as used above:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">/* IDCAMS COMMAND */
LISTCAT ENTRIES(ZZJR001.TEMP.GDG) -
GENERATIONDATAGROUP -
ALL </pre>[/quote]Then enter the EXEC command to execute it.

Hope this will helpful
Back to top
View user's profile Send private message
Shah

New User


Joined: 05 Sep 2006
Posts: 18

PostPosted: Mon Oct 16, 2006 5:47 pm
Reply with quote

Hi Ekta,

Thanks for information. Thank you very much......

Regards,
Shah
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
No new posts Find a record count/numeric is multip... COBOL Programming 1
No new posts Need to find a specific STRING COBOL Programming 11
Search our Forums:

Back to Top