Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?

Answers were Sorted based on User's Feedback



Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / sushree mohanty

yes, condition codes can be given for JCL statements even
if job is scheduled thru a scheduler, since Cond parameters
is used in steps and not job level statement.

Is This Answer Correct ?    13 Yes 6 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / santy

yes i can.

COND parameters is mainly used in steps level execuition
not for the JOB levle.

Is This Answer Correct ?    3 Yes 2 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / bala

Yes we can. If COND=EVEN is specified in Job card it
applies to all steps in that job and it overrides the COND
parameters coded on the EXEC statements if any.

Is This Answer Correct ?    3 Yes 2 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / manohar

yes

Is This Answer Correct ?    2 Yes 3 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / muttaiah

Coding Cond=even is one of the best way in case if you want
to execute all the steps in your job irrespective of any
abend..But make sure the functionality doesn't miss here.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

Is condition checking possible in jcl?

0 Answers  


How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  






How to create delta file using JCL

1 Answers   CTC,


What is COND=EVEN ?

9 Answers   IBM,


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


What is the difference between BLKSIZE and LRECL?

3 Answers  


what is JCL?

0 Answers  


what are the various stages of job processing?

0 Answers   IBM,


Categories