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 |
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
What are the 2 types of parameters in dd statement?
How many parameters are there to a DISP statement and what are their uses ?
which utility is used to run a cobol-db2 program?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
How to delete generations of gdg without deleting gdg base?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
What is a JCL Command statement ?
Is their any set of rules for dd? Explain.