View previous topic :: View next topic |
Author |
Message |
subbuy2k Beginner
Joined: 12 Aug 2004 Posts: 29 Topics: 18
|
Posted: Sun Mar 06, 2005 5:56 am Post subject: Space allocation |
|
|
Hi,
I have created A dataset with the below space.
SPACE=(CYL,(40,30),RLSE),
My question is whether 40 cylinders will be allocated to these dataset as soon as the job starts running or one by one will it get extends.
Thanks
subramanian |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Mar 10, 2005 3:30 pm Post subject: |
|
|
Sometimes the detailed explanation of "what" doesn't really explain "how".
The entire primary allocation is obtained when the dataset is first opened. Your RLSE parameter lets go of unused space at CLOSE time. If the file is repeatedly OPENED/CLOSED during processing, the primary allocation of 40 CYLs could be reduced to 1 CYL by RLSE and then the secondary amt of 30 would be obtained for the next extent. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
|
|