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 JCL I have 5 steps,I need to execute 1st,2nd and 5th steps
only,can any one answer me please?

Answers were Sorted based on User's Feedback



In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?..

Answer / muthu

Hi All,

For this question we have to consider the following
scenario.

Step 1 - it has to be executed at any cost
Step 2 - it has to be executed at any cost
Step 3 - it should not be executed if the 1st and 2nd steps
executed successfully.
Step 4 - it should not be executed if the 1st and 2nd steps
executed successfully.
Step 5 - it has to be executed at any cost

Step 1 - No need to code any cond codes
Step 2 - COND = (0, NE) (This execs if step1s rc is 0)
Step 3 - COND = (0, EQ) (This step get skip if step 2's rc
is 0)
Step 4 - COND = (0, EQ,step2) (This step get skip if step
2's rc is 0)
Step 5 - COND = (0, NE,step2) (This step execs if step2's
rc is 0).

This is my assumption correct me if am wrong.

Is This Answer Correct ?    23 Yes 1 No

In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?..

Answer / mahesh

//mat021ex job notify=&sysuid,class=a,msgclass=a,
cond=(step2,00,eq)
//step1 exec
//step2 exec condition satisfied remaining steps areskipped
//step3 exec
//step4 exec
//step5 exec cond=even

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More JCL Interview Questions

How do you submit a JCL under CICS environment ?

5 Answers   Wipro,


how do u see jobs submitted before ur job ?

1 Answers  


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


Do we need to code DCB parameters when using DISP position as MOD?

1 Answers   Accenture,


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

2 Answers   TCS,


what is the cond=even only

4 Answers   EDS,


i want to store 20 digits . how will u do it in cobol ?

0 Answers  


Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


how to resolve the soc4 error?

5 Answers   ITC Infotech,


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,


Explain about LMQUERY�give a dialog information about a data set

0 Answers  


Categories