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 |
Explain about Specifying compiler options in the PROCESS (CBL) statement
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Can we use empty VSAM as input?
how to count the number of members in pds?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
Define concatenating?
What is a COND parameter in JCL?
How do you designate a comment in JCL?
how many max steps can we use in a job? pls answer to my question
Explain the function of the dd dcb keyword?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?