Hello guys,
Is there a wayout to alter a GDG limit for a dataset without affecting the existing ones.Can i change GDG limit of a dataset from 5 to 15, retaining the existing 5 versions as it is.Please let me know.
Thanks a lot!!!!
Altering a GDG limit
-
- Posts: 110
- Joined: Thu Dec 27, 2007 5:18 pm
- Skillset: Known little stuffs to answer a few queries!!
- Referer: Google
- Contact:
Re: Altering a GDG limit
Use this JCL.
Post if you face any issues.
Arun.
Code: Select all
//S01 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
ALTER YOUR.GDG.BASE LIMIT(new_limit)
Post if you face any issues.
Arun.
Re: Altering a GDG limit
Ya i tried this out today it worked thanks a lot Arun!!!!