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 which of this activities get executed if act002
abnormally terminates
//job001 job .........

//act001 exec pgm=cobo01

//act002 exec pgm=cob02, cond=(01,le)

//actoo3 exec pgm=cob03, cond=only

//actoo4 exec pgm=con04

Answers were Sorted based on User's Feedback



In JCl which of this activities get executed if act002 abnormally terminates //job001 job .........

Answer / munu

act003 and act004 will execut

Is This Answer Correct ?    8 Yes 2 No

In JCl which of this activities get executed if act002 abnormally terminates //job001 job .........

Answer / pratim

If act002 exec pgm=cob02 fails,
actoo3 exec pgm=cob03, will execute because of cond=only!

but actoo4 will not execute!!

Is This Answer Correct ?    1 Yes 1 No

In JCl which of this activities get executed if act002 abnormally terminates //job001 job .........

Answer / vinay sonar

ACT003 AND ACT004 WILL EXECUTE BECAUSE COND=ONLY MEANS
EXECUTE THAT STEP ONLY IF PREVIOUS STEP ABENDS

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

List some valid operation codes in JCL

3 Answers  


State the uses of syspring, sysin, sort fields, sum fields and dummy.

0 Answers  


restart logic ?

2 Answers   TCS,


What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


is step name is compulsory in jcl ?

2 Answers  


What is the syntax of JCL statement?

0 Answers  


Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


Explain dd statement in jcl?

0 Answers  


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?

1 Answers  


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Categories