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 EXEC statement is and what is the syntax of EXEC statement used in JCL?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Suppose I have five jobs to do. But I want to hold one?
How is the record format of an output dataset specified?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is the resolution for sb37 error
How to submit jcl through a cobol program?
What are steplib and joblib? What for they are used?
What is use of restart and how to use it?
Where can program checkpoints be stored for use in a restart?
what JCL Procedures?
How can the submitting users racf authority be overridden in a job stream?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how would you create a temporary dataset? And where will you use them?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE