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 / mf guy
Maximum Return code can be set with the help of SET verb.
SET MAXCC=0 at the abending step.
Thanks.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job? What are they?
Explain the function of the dd dcb keyword?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
how to compare two datasets without using superce because output is limited to 133 bytes
In job processing, what happens in conversion stage?
What parameter of the job statement is used to limit the cpu time consumed by the job?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are the 2 types of parameters in dd statement?
when can a job time-out occur? How to overcome that?
Is their any set of rules for dd? Explain.
Brief description of inline procedure of jcl.
Can I send output of job to my remote device careerride123?
Differentiate between addressing mode and run mode.
When space is allocated for an output dataset, what units can be used?
which utility is used to run a cobol-db2 program?