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
Is condition checking possible in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is use of dsn parameter in dd statement?
Can we use DISP=SHR in output file in JCL
which parameter is use to declare the name of dataset in dd statement?
What is the function of //jcllib statement?
what is DSN parameter and DISP parameter is used for?
how you can direct the data to spool using SYSOUT option?
how to compare two datasets without using superce because output is limited to 133 bytes
How can the submitting users racf authority be overridden in a job stream?
What is timing concept in mainframe?
In job processing, what happens in execution stage?
What are s0c1, s0c4, s0c5, s0c7 and socb?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is a jcl?