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 10 steps, I want to run STEP1 TO STEP4 then I should
not run STEP5 and STEP6. Aganin I want to execute from
STEP7 to STEP10. ONLY using CONDITION CODES how can we
execute this process?
1. Where we can set cond codes for STEP5 and STEP6?
2. How can we execute remaining steps from STEP7 to STEP10?

Answers were Sorted based on User's Feedback



I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want..

Answer / harsih

there 2 ways for this

FIRST METHOD is use ibm utility called "IEBEDIT" and in
sysin in the include statement , give he steps u want to
execute..........



SECOND METHOD = and the steps whicc u dowant to excute code
COND{O,LE} ON THOSE STEPS

Is This Answer Correct ?    11 Yes 0 No

I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want..

Answer / lokesh

1) Use cond code as COND=(0,LT,STEP04) on step 05 and COND=
(0,LT,STEP04) on step 06. As return code is always non-
negative, step05 and step06 will never get executed.

2) To execute remaining steps, use cond code as (4,LT)

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More JCL Interview Questions

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

0 Answers  


What is the function of a dd statement?

0 Answers  


how to create gdg with out using idcams utility

8 Answers   DSRC,


A dd statement consists of 4 fields. Name them?

0 Answers  


What all are the changes to be made in JCL so as to do testing?

2 Answers   TCS,


how to solve u4038 abbend?........

3 Answers   Atos Origin, TCS,


i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


What is MOD and when would you use it?

3 Answers  


I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?

2 Answers   IBM,


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

0 Answers  


how to create a member or sequential dataset through tso command??

4 Answers  


In job processing, what happens in conversion stage?

0 Answers  


Categories