View previous topic :: View next topic
|
Author |
Message |
mvfligel
New User
Joined: 18 Jul 2006 Posts: 4
|
|
|
|
How can i increase the GDG limit for an existing dataset? |
|
Back to top |
|
|
cpuhawg
Active User
Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
|
|
Try:
Code: |
//DEFINE EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ALTER 'HLQ.DATA.SET' LIMIT(7)
|
|
|
Back to top |
|
|
mvfligel
New User
Joined: 18 Jul 2006 Posts: 4
|
|
|
|
do you know any online tools? |
|
Back to top |
|
|
cpuhawg
Active User
Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
|
|
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 |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
TSO ALTER.
You can use most Access Method Services from TSO as outlined here. |
|
Back to top |
|
|
|