In a JCL if previous steps return code is greater than 0 or
4 then the next step will not execute. But the job will be
successfull with the maximum return code. How can we reset
this maximum return code to '0' regardless of return codes
of any steps?
Answer Posted / anju
If RC.stepname > 4
set maxxcc=0
End-if
Correct me if wrong.
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
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 use of dsn parameter in dd statement?
Where & How Do You Code Identifier In Jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are steplib and joblib? What for they are used?
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?
Explain how can a stopped job be started again?
what is DD statement is used in JCL?
What do you know about jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
which utility is used to run a cobol-db2 program?
What is timing concept in mainframe?
How to submit jcl through a cobol program?
What is the function of dd name parameter with a 2 part structure; audit.report?