Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?

Answers were Sorted based on User's Feedback



Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / ven

just step condition will dominate the job condition. that's
it.

Is This Answer Correct ?    4 Yes 5 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / sampler

//MYJOB JOB COND=(4,LT)
//MYSTEP1 EXEC CATPROC
//MYSTEP2 EXEC PGM=MYPROG,COND=(8,LE,MYSTEP1)

COND=(4,LT) will be used to MYSTEP2,
COND=(8,LE,MYSTEP1) will be ignored

Is This Answer Correct ?    2 Yes 3 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / vinay sonar

If we code it both in step and job step will dominate over
job

Is This Answer Correct ?    0 Yes 2 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / mahaveer

Step condition will overide the job condition

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More JCL Interview Questions

What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 Answers  


How can return codes be tested before execution of a job step?

0 Answers  


Name the parameters which can be used to limit the number of records written to a sysout dataset?

0 Answers  


Brief description of inline procedure of jcl.

0 Answers  


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

2 Answers   TCS,






How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


how to edit a tape dataset ? asked in wipro

1 Answers   Wipro,


how you can access an uncataloged dataset in a JCL?

0 Answers  


what is the job entry system used in your project?

3 Answers  


My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)

11 Answers   HCL, IBM, L&T, TCS,


How do you submit a JCL under CICS environment ?

5 Answers   Wipro,


A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?

5 Answers   IBM, Wipro,


Categories