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

How can I increase the GDG limit for an existing dataset?


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mvfligel

New User


Joined: 18 Jul 2006
Posts: 4

PostPosted: Tue Jul 18, 2006 11:28 pm
Reply with quote

How can i increase the GDG limit for an existing dataset?
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Tue Jul 18, 2006 11:35 pm
Reply with quote

Try:

Code:

//DEFINE EXEC PGM=IDCAMS         
//SYSPRINT DD SYSOUT=*           
//SYSIN    DD *                 
  ALTER 'HLQ.DATA.SET' LIMIT(7) 
Back to top
View user's profile Send private message
mvfligel

New User


Joined: 18 Jul 2006
Posts: 4

PostPosted: Wed Jul 19, 2006 1:01 am
Reply with quote

do you know any online tools?
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Wed Jul 19, 2006 1:57 am
Reply with quote

I don't know of any TSO options that will do the change.

It may be possible to write a REXX that calls the program IDCAMS.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Jul 19, 2006 7:29 am
Reply with quote

TSO ALTER.

You can use most Access Method Services from TSO as outlined here.
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Increase the number of columns in the... IBM Tools 3
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top