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...

I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?

Answer Posted / alla srikanth

small change*** no need to mention cond=EVEN on on job
statement

specify restart=step2 on job statement i.e,
execution begings at step no 2 and every step from step2
onwards executed.

for odd number jobsteps specify cond=(o,le)(condition is
ture for all return codes hence steps with this cond code is
bypassed)

hence begin at step2 and odd no steps are bypassed i.e even
steps are executed

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How gdg are concatenated?

1169


define cond parameter in jcl?

1329


What happens if both JOBLIB & STEPLIB is specified ?

1208


What are the 2 types of parameters in dd statement?

1211


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

1192


Explain the function of job statement in jcl?

1267


Describe the various parameters utilized in the creation of a gdg?

1215


Mention the types of job control statements?

1227


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

1325


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

1186


which utility is used a dummy utility?

1524


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?

1212


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?

1136


Explain about ISPF/TSO Commands

2019


Is condition checking possible in jcl? If yes, how?

1345