How do you override a parameter in Positional parameters?
Answer Posted / rajesh_m13
By providing Stepname.patameter name
i.e // exec procedurename,parameter.ddname with changed
parameters
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in JCL
how can you check if a file is empty using jcl?
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?
How is a type of file defined in the jcl that executes the cobol program?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to do automated restart when a job abend?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain the function of job statement in jcl?
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) ?
What are the difference between jcl and jes?
Can I send output of job to my remote device careerride123?
What is the use of symbol // in jcl?
What is the function of job statement in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Can I share my data with other jobs? How?