Page 1 of 1
Increase space for an allocated VSAM dataset.
Posted: Thu May 19, 2016 2:50 pm
by Barbie Girl
Hi,
Is it possible to increase the space for an already allocated VSAM dataset? I do not find a way to do it? Is it not allowed? Please suggest.
Re: Increase space for an allocated VSAM dataset.
Posted: Thu May 19, 2016 3:01 pm
by Robert Sample
If the dataset has a secondary allocation, it will automatically add extents as needed until the disk volume is full. If not you can use ALTER.
Re: Increase space for an allocated VSAM dataset.
Posted: Thu May 19, 2016 5:41 pm
by Robert Sample
Clarification: if you mean to increase the PRIMARY space for an already allocated VSAM data set, then the only way to do that is to do a DELETE / DEFINE in IDCAMS.
Re: Increase space for an allocated VSAM dataset.
Posted: Tue May 24, 2016 4:37 pm
by Barbie Girl
I didn't research on Secondary allocation. Thanks, this gives the direction!
