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 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ch.mohan
use cond=even then perticular job is execute indipendently
| Is This Answer Correct ? | 0 Yes | 0 No |
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
In job processing, what happens in conversion stage?
How do you create a temporary dataset?
Differentiate between addressing mode and run mode.
What is a procedure?
Explain the function of dd disp parameter?
How to identify where file is empty or not? How many ways are there to identifying?
what are the various stages of job processing?
Explain how can values be passed from the job stream to an executable program?
Which storage devices are grouped under DASD and SYSDA ?
The maximum number of steps in a job?
define cond parameter in jcl?