Answer Posted / 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 |
Post New Answer View All Answers
what is the difference between JES3 and JES2?
What is the function of the dd dcb keyword?
How jcl work to handle various input output file operations?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how you will the direct the data to spool using sysout option?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the function of the steplib dd statement?
how do you access an uncataloged dataset in a jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are hierarchy levels in jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
which parameter is used to check the syntax of a jcl without executing it?
List the different jcl statements that are not permitted in the procedures?
How to pass the parameter in parm using linkage section ? (syntax)?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?