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 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

Answer Posted / way4dinesh

STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd dcb keyword?

1396


Explain how can a jobs execution priority be modified?

1260


What is condition checking in jcl? Is this possible?

1158


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

1346


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

1219


what is the resolution for sb37 error

9251


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

1278


Is acct parameter mandatory?

1274


Explain how can the disposition of sysout datasets be set for an entire jobstream?

1147


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

1517


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

2321


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1376


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


How can the disposition of sysout datasets be set for an entire jobstream?

1386


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

1458