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


Please Help Members By Posting Answers For Below Questions

What is jcl in mainframe, and how many types of jcl statements are there for a job?

626


What happens if both JOBLIB & STEPLIB is specified ?

601


what is the difference between JES3 and JES2?

669


what is the purpose of coding notify parameter in job statement?

681


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

688






I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823


How to submit jcl through a cobol program?

669


Explain the function of job statement in jcl?

637


How to pass the parameter in parm using linkage section ? (syntax)?

643


What do you understand by jcl?

622


whats the diff bw the evaluate also and and?

1844


What is the difference between run mode and addressing mode?

627


How can a stopped job be started again?

697


what are the types of abends that occur on job failure? And explain the possible causes of these

1108


How can the submitting users racf authority be overridden in a job stream?

738