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
what is the JCL statement consists of?
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?
What is the purpose of disp parameter?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how to do automated restart when a job abends?
What is the use of symbol // in jcl?
What is the function of the dd avgrec keyword in sms datasets?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What are s0c1, s0c4, s0c5, s0c7 and socb?
is there any way to execute more than one proc in the same exec statement at the same time..?
how to run batch program without jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what happens in execution stage in job processing?
What is the function of the dd mgmtclas keyword in sms datasets?
Can I share my data with other jobs? How?