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
how can you check if a file is empty using jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how you can direct the data to spool using SYSOUT option?
In job processing, what happens in execution stage?
Explain dfsort utility?
how can the same proc be re-used and called by many jobs?
What are the parameters that are used in creating a gdg?
What is the purpose of dd dummy statement?
Name a few IBM utility programs, and explain its function.
Where & How Do You Code Identifier In Jcl?
Is acct parameter mandatory?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain in DD statement what is the use of DCB parameter?