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
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what operation is performed by job statement?
which utility is used to sort a file in jcl?
how to do automated restart when a job abends?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is condition checking possible in jcl? If yes, how?
which utility is used to run a cobol-db2 program?
How to pass the parameter in parm using linkage section ? (syntax)?
What is the purpose of dd dummy statement?
which parameter is used to check the syntax of a jcl without executing it?
what is the use of IEBGENER utility?
What is the significance of addrspc parameter in exec statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is the difference between JES3 and JES2?
How jcl is used for testing batch programs?