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 is use of restart and how to use it?

766


Does jcl support automatic restart?

759


How is a type of file defined in the jcl that executes the cobol program?

709


How does jcl act on a cobol code?

655


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1805






what is a jcl?

685


Is their any set of rules for dd? Explain.

657


What is the use of disp parameter?

649


What are the jcl procedures?

643


For what purpose steplib and joblib are used ?

683


what are the statements that are not valid to be included in an include statement?

776


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

852


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2261


What is notcat 2 - gs?

932


What is Cataloged Procedures?

711