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 / balmukund

You can not setup the MAXCC= 0 in next step if previous
steps returned the RC>0. I means to day it is impossible to
setup the RC with less number than MAXCC returned by
previuos steps.

Better to setup the MXXCC = 0 in previous step.

If any one think its possible please specify the code.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2256


What is job control language?

603


a dd statement has 2 types of parameters. Name them?

633


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1339


Explain the function of //cntl statement?

642






what operation is performed by job statement?

651


what is use of space parameter in dd statement?

742


Explain the function of job statement in jcl?

636


Explain how can return codes be tested before execution of a job step?

816


What are the 4 fields in dd statement?

732


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

708


how would you create a temporary dataset? And where will you use them?

756


What is condition checking in jcl? Is this possible?

615


What do you understand by jcl?

622


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

789