Page 1 of 1

Allocating more storage to a dataset which already exists..

PostPosted: Thu Mar 13, 2008 12:04 pm
by ketan.jogalekar
Hi,

I need to allocate a huge amount of storage to a dataset which already exists. This dataset is not getting created anywhere in the job where i can change the SPACE parameter but just exists with a DISP=OLD in the job. However, yesterday there was a surge in no of records written into this one which the dataset could not handle and got blown up as a result.

I dont want to allocate a fixed storage to this but instead was considering the situation where i can dynamically allocate the space and release the rest of it so that no storage is wasted. Is this possible ?

Thanks in advance,
-Ketan

Re: Allocating more storage to a dataset which already exists..

PostPosted: Fri Mar 14, 2008 3:41 pm
by arunprasad.k
considering the situation where i can dynamically allocate the space and release the rest of it


How are you planning to do this :?:

Arun.

Re: Allocating more storage to a dataset which already exists..

PostPosted: Mon Mar 17, 2008 9:58 am
by ketan.jogalekar
I could not do this dynamically. Deleted the dataset. Created a new one with similar attributes and asked for a higher volume of fixed cylinders to be allocated this so that it can handle a input surge of similar nature in future.