| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Sukhmeet Singh
Joined: 28 Dec 2007
Posts: 12
Location: kolkata
|
| Posted: Thu Sep 04, 2008 10:54 am Post subject: primary space, secondary space |
|
|
I have a question related to allocation of primary space and secondary space...
Suppose
space=(CYLS(10,10),RLSE)
my question is if i need 12 cylinders of space, as against 10 allocated in primary, then it will take rest 2 from secondary.. What i want to know is what will happen to the remaining 8 in secondary...
Does full 10 of secondary is allocated or just 2 . |
|
| Back to top |
|
gcicchet
Joined: 28 Jul 2006
Posts: 664
|
| Posted: Thu Sep 04, 2008 10:57 am Post subject: |
|
|
Hi,
it will release it.
the correct syntax is Code: SPACE=(CYL,(10,10),RLSE)
Gerry |
|
| Back to top |
|
Sukhmeet Singh
Joined: 28 Dec 2007
Posts: 12
Location: kolkata
|
| Posted: Thu Sep 04, 2008 11:03 am Post subject: |
|
|
Thanks....
But now here is the question whose ans i m looking for..::
What is RLSE used for??
1. Release the extra space if not contiguously allocated.
2. Release the extra space allocated but not used for input file.
3. Release the extra space allocated but not used for output file.
4. Release the extra space if allocated and not used during primary allocation only.
I am confused b/w option 3 and 4.
Which one is the best option.??? |
|
| Back to top |
|
gcicchet
Joined: 28 Jul 2006
Posts: 664
|
| Posted: Thu Sep 04, 2008 11:22 am Post subject: |
|
|
Hi,
RLSE
requests that unused but allocated space be released when
the data set is closed and returned for use by other data
sets on the DASD volume.
Gerry |
|
| Back to top |
|
Sukhmeet Singh
Joined: 28 Dec 2007
Posts: 12
Location: kolkata
|
| Posted: Thu Sep 04, 2008 11:59 am Post subject: |
|
|
Thanks for your response....
but my question is still unanswered....
which one is the best option. |
|
| Back to top |
|
expat
Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...
|
| Posted: Thu Sep 04, 2008 12:09 pm Post subject: |
|
|
Should this topic be moved to INTERVIEW QUESTIONS ?
Take a good look at the options available for the multi choice answer, then read Gerry's answer until you understand exactly what he has written, and then tell us your choice and the reasons behind that choice.
If you are wrong we will try to educate you further. |
|
| Back to top |
|
Sukhmeet Singh
Joined: 28 Dec 2007
Posts: 12
Location: kolkata
|
| Posted: Thu Sep 04, 2008 6:12 pm Post subject: |
|
|
| thanks.. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|