In SPACE,what is directory,RLSE
Answers were Sorted based on User's Feedback
Answer / nygrande
For Example:
SPACE=(CYL,10,10,RLSE)
We use RLSE to release the space NOT USED when writing in DASD.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mohan.chepuri
directory is use to we r mention the program field
lenth=directory,rlse=release the space
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan.chepuri
directory is use to we r mention the program field
lenth=directory,rlse=release the space
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suman
It is used to Release unused space after loading (or)
creating data set.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinay sonar
If we specify RLSE parameter it means the space for dataset
must be released once dataset is closed and last operation
was write.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siri
space=(trk/cyl,(primary qty,secondary qty,directory),rlse)
directory = specifies the number of 256 byte records needed in the directory of a pds......
rlse = request that space allocated to an outpur data set,but not used is to be released when the dataset is closed......
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of dd disp parameter?
How many extents are possible for a sequential file ? For a VSAM file ?
What does a disposition of (NEW,CATLG,DELETE) mean?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
What does a disposition of (NEW,CATLG,KEEP) mean?
How jcl is used for testing batch programs?
can i sort packed decimal if i can tell the syntax
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
What statement can be used to send data to another mvs jes3 node?
How do You skip a Step In JCL?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..