Page 1 of 1

Altering a GDG limit

PostPosted: Thu Mar 27, 2008 8:51 pm
by Swarna S
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!!!!

Re: Altering a GDG limit

PostPosted: Thu Mar 27, 2008 10:19 pm
by arunprasad.k
Use this JCL.

//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

PostPosted: Fri Mar 28, 2008 8:54 pm
by Swarna S
Ya i tried this out today it worked thanks a lot Arun!!!!