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 parameter of the job statement is used to limit the cpu time consumed by the job?
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?
What is one line to pass PARM from JCL to COBOL?
What are hierarchy levels in jcl?
How can the submitting users racf authority be overridden in a job stream?
Explain how can values be passed from the job stream to an executable program?
How jcl work to handle various input output file operations?
what is use of dsn parameter in dd statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is JCL?
which utility is used to run a cobol-db2 program?
What is the format of comment statement?
How does the jcl specify the job to os?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what happens in execution stage in job processing?