Answer Posted / 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 |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to submit jcl through a cobol program?
how can the same proc be re-used and called by many jobs?
what is use of dcb parameter in dd statement?
What do you understand by the term notcat 2 – gs?
Is automatic restart possible in jcl?
List the different components of jcl statement?
What are steplib and joblib? What for they are used?
In job processing, what happens in execution stage?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is DSN in JCL and what are the parameters to declare the DSN?
How can values be passed from the job stream to an executable program?
how would you create a temporary dataset? And where will you use them?