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 |
How do you handle empty files in a JCL ?
How can the disposition of sysout datasets be set for an entire jobstream?
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)
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the difference between BLKSIZE and LRECL?
diff bw vsam and normal flat file?
How to ALTER the name of a GDG ?
i need some shortcuts and tso commands can any on ehelp me in these ?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
How do you submit a JCL under CICS environment ?
How do you access a file that had a disposition of KEEP?