A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?
Answer Posted / abhirup
//STEP01 EXEC PROCNAME, COND.STEPNAME = EVEN
WHERE STEPNAME IS THE PROC STEP.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can return codes be tested before execution of a job step?
how would you create a temporary dataset? And where will you use them?
How would you understand error(execution phase)?
What is NOTCAT ?
How to run cobol program using jcl?
What is the purpose of dd?
how can the same proc be re-used and called by many jobs?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the use of disp parameter?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is it possible to left uncode disp?
what sort card you will use to copy the data from one dataset to another dataset?