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

How do You skip a Step In JCL?

Answer Posted / kalpana dwivedi

It is true that step can be skip using condition parameter
but COND=(0,LE) is not correct, as Cond parameter works on
reverse logic.

It should be COND=(0,GE) or (4096,LE)

That means step will not run if return code of previus step
is Greater than equal to zero or if the condition code of
previous step is less than equal to 4096.

Is This Answer Correct ?    13 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of dd disp parameter?

1172


which utility is used to sort a file in jcl?

1276


what is use of dcb parameter in dd statement?

1342


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1283


What is the function of //jcllib statement?

1376


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

1516


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

1456


Explain the function of //jcllib statement?

1273


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

1280


What is the function of job statement in jcl?

1138


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 the use of symbol // in jcl?

1532


How jcl work to handle various input output file operations?

1219


How does jcl act on code(if you take a cobol program)?

1346


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2793