A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?
Answer Posted / charu
The condition code can be nullified by using the following
command.
//STEP001 EXEC procname, COND.stepname=(0,LE)
| Is This Answer Correct ? | 40 Yes | 9 No |
Post New Answer View All Answers
What are some jcl statements that are not allowed in procedures?
what is use of disp parameter in dd statement?
a dd statement has 2 types of parameters. Name them?
Differentiate between the joblib and the steplib statements?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How can return codes be tested before execution of a job step?
Explain the function of //jcllib statement?
What do you understand by the term notcat 2 – gs?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to run cobol program using jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is use of space parameter in dd statement?
which utility is used a dummy utility?
What are the 2 types of parameters in dd statement?