MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Space allocation

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
subbuy2k
Beginner


Joined: 12 Aug 2004
Posts: 29
Topics: 18

PostPosted: Sun Mar 06, 2005 5:56 am    Post subject: Space allocation Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Sun Mar 06, 2005 9:36 pm    Post subject: Reply with quote

subbuy2k,

Check this link which explains the SPACE parameter in detail

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B631/12.55?DT=20030423085347

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Thu Mar 10, 2005 3:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group