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 |
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
Explain the hierarchy levels in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
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 ?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
what are the ways of passing data to a cobol program from jcl?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
A job has 90 steps i want to execute only step7 and step15
What is dummy parameter in JCL??
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..