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

Explain about Cobol Subroutines

1 Answers  


why do we use file-aid wht r the adv of using file-aid thn in ispf

7 Answers   HCL, Tech Mahindra,


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


What is GDG and what is the maximum limit of versions that can be created?

9 Answers   Convergys,


How to get cursor position from system in CICS environment ?

8 Answers  


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

1 Answers  


define cond parameter in jcl?

1 Answers   IBM,


What is timing concept in mainframe?

1 Answers  


What are the parameter in the job card wihtout which job won't run........

10 Answers   IBM,


what is the purpose of SYSOUT parameter in the DD statement?

1 Answers  


How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?

0 Answers   UHG,


How to read records in reverse order in flat file?

1 Answers  


Categories