A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?
Answer Posted / guest
Provide the override on the EXEC stmt in the JCL as follows:
//STEP001 EXEC procname, COND.stepname=value
All parameters on an EXEC stmt in the proc such as COND,
PARM have to be overridden like this.
| Is This Answer Correct ? | 21 Yes | 12 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
Explain how can return codes be tested before execution of a job step?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Give the syntax of job specifying jcl statement.
which parameter is used to check the syntax of a jcl without executing it?
What is the purpose of the dd keylen parameter?
What are some jcl statements that are not allowed in procedures?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
when does a dataset go uncataloged?
Explain the purpose of dd dummy statement?
Explain the function of //jcllib statement?
Explain how can a jobs execution priority be modified?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Must tape dataset definitions include vol=ser specifications?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?