If a JOBSTEP abends, AND without using COND also, all the
subsequent steps execute, then what is the use of using EVEN
? Why do we use EVEN when without it also all the JOBSTEPs
execute ?

Answer Posted / kodees

Once the Job abends, the Execution in CPU ends & the job
would be returned to Output queue.

COND=EVEN in a step, allows the job to further execute in
the CPU for completion of that particular step.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does a disposition of (new,catlg,keep) for a dsn mean?

617


What is the purpose of the dd keylen parameter?

725


What are the jcl procedures?

647


How can a stopped job be started again?

714


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

712






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

854


Explain how can a stopped job be started again?

636


what is the purpose of coding class parameter in job statement?

724


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

679


What is catelog procedure and how many catelog procedure to use in one job?

7459


Explain the purpose of dd dummy statement?

671


whats the diff bw the evaluate also and and?

1857


Explain dd statement in jcl?

644


What is the use of symbol // in jcl?

930


Is it possible to code instream data in a PROC?

753