Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

1131


what is use of dsn parameter in dd statement?

1199


Where & How Do You Code Identifier In Jcl?

1324


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2729


if the submitter of a job wants to inform another user about the job completion, how can it be done?

1303


What are steplib and joblib? What for they are used?

1303


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

1206


Explain how can a stopped job be started again?

1181


what is DD statement is used in JCL?

1245


What do you know about jcl?

1197


Are there any set of rules for the names of the steps used in a job? What are they?

1117


which utility is used to run a cobol-db2 program?

1462


What is timing concept in mainframe?

2264


How to submit jcl through a cobol program?

1191


What is the function of dd name parameter with a 2 part structure; audit.report?

1315