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

GDG MODIFICATION


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

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Fri Feb 10, 2006 5:02 pm
Reply with quote

I WANT TO MODIFY THE LIMIT OF GDG? HOW CAN I DO IT?
Back to top
View user's profile Send private message
ksreddy1976

New User


Joined: 28 Jun 2005
Posts: 7

PostPosted: Fri Feb 10, 2006 5:12 pm
Reply with quote

Hi ,

You need to alter the GDG base defination.

I think following may work

//STEPY EXEC PGM=IDCAMS
//SYSIN DD *
ALTER MY.GDG.BASE LIMIT(4)
/*
regards
srinivas
Back to top
View user's profile Send private message
prabs2006

Active User


Joined: 12 Jan 2006
Posts: 103

PostPosted: Fri Feb 10, 2006 5:35 pm
Reply with quote

Hi,

See a sample JCL to change the limit, Similiar to KSreddy's...

//* GDG3ALT CHANGE A GENERATION DATA GROUP'S DEFINITION

//GDG3ALT EXEC PGM=IDCAMS

//SYSPRINT DD SYSOUT=*

//SYSIN DD *

ALTER TSOUSR1.SAMPLE.GDG.BASE -

LIMIT(15)

/*

T & R
Prabs
Back to top
View user's profile Send private message
vrakeshmbt

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Fri Feb 10, 2006 5:39 pm
Reply with quote

WOW THTS GR8 MR Reddy.

Thanks a lot.
Back to top
View user's profile Send private message
vrakeshmbt

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Fri Feb 10, 2006 5:40 pm
Reply with quote

WOW THANKS A LOT TO prabs2006
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 CICS configuration and modification g... CICS 3
No new posts Compiler error IGYPS2120-S Expected a... DB2 19
No new posts SQL - WHERE clause with reference mod... DB2 3
No new posts COBOL: Reference Modification to hand... COBOL Programming 5
No new posts SEARCH ALL w/ Reference Modification COBOL Programming 6
Search our Forums:

Back to Top