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 / ch.mohan
use cond=even then perticular job is execute indipendently
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
How to override loadlib?
In sms datasets, what is the function of the dd avgrec keyword?
How does the jcl specify the job to os?
what is the use of JCL?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
define cond parameter in jcl?
Is their any limit for data sets?
Give the syntax of job specifying jcl statement.
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain the job statement in jcl?
Explain the function of job statement in jcl?
Are there any set of rules for the names of the steps used in a job?
what is DSN parameter and DISP parameter is used for?
How dummy is used in jcl?