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 to split a file
How does the jcl specify the job to os?
i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
if we give TIME=0 how many sec that job/step
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
wht do u mean by inrec and outrec ?
Can we give two user name in NOTIFY parameter in JOBCARD
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
how to identify a vasam dataset by seeing in 3.4(browse)
how to allocate a dynamic dataset in jcl ?
how can you check if a file is empty using jcl?
How does jcl act on code(if you take a cobol program)?