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 |
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
What parameters can be used to limit the number of records written to a sysout dataset?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
How to pass values in jcl to cobol?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
how to put a dependency on job in jcl using opc scheduler?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
there are 10 steps in jcl how to execute the steps from step2 to step8 only
what is meant by jobtrac?
what happens if job falls in loop ? how to resolve it ?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?