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
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
i want to store 20 digits . how will u do it in cobol ?
What is the purpose of disp parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
Which statement is used to identify the private libraries in job?
How can a jobs execution priority be modified?
Explain the job statement in jcl?
what happens in execution stage in job processing?
Differentiate between the joblib and the steplib statements?
What is the function of job statement in jcl?
Is it possible to code instream data in a PROC?
Name what parameter directs the output of the job log dataset?
For what purpose steplib and joblib are used ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed