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


If the COND parameter is specified in both the JOB and EXEC
statements, which one will take precedence? If JOB takes
priority and if all the conditions evaluate to false, then
will the conditions on the EXEC step be evaluated next?

Answers were Sorted based on User's Feedback



If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

Answer / sno

If the COND parameter is code on the JOB as well as the
EXEC stmnts, then the specifications on the JOB statement
nullifies the specification on the EXEC statement.

Is This Answer Correct ?    12 Yes 3 No

If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

Answer / suputhru

IF THE COND PARAMETER SPECIFIED AT BOTH JOB AND EXEC.
THEN JOB COND WILL OVERRIDE EXEC COND.
JOB COND WILL ACTIVE.

Is This Answer Correct ?    9 Yes 3 No

If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

Answer / becky

Region,COND and TIME can be coded in both job and EXEC.
Region coded in Job overrides Region in EXEC.
COND coded in job overrides COND in EXEC.
TIME coded in EXEC overrides TIME in JOB.

Is This Answer Correct ?    2 Yes 1 No

If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

Answer / ratheesh

EXEC takes priority.

Is This Answer Correct ?    8 Yes 14 No

Post New Answer

More JCL Interview Questions

I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.

5 Answers   Bank Of America,


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)

8 Answers   ADP,


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


Explain the purpose of dd dummy statement?

0 Answers  


What do you know about jcl?

0 Answers  


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

0 Answers  


What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?

2 Answers  


Explain the hierarchy levels in jcl?

0 Answers  


What is the use of IEBGENER ?

2 Answers   Cap Gemini, Wipro,


Name the statement which can be used to send data to another mvs jes3 node?

0 Answers  


What is jcl in mainframe, and how many types of jcl statements are there for a job?

0 Answers  


Categories