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 |
Is acct parameter mandatory?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
What are three parameters you can specify on Job statement as well as on exec stmt ?
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:)
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.
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
how to eliminate the duplicates in sorting
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...???
Explain about LMCOPY -
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
What is NOTCAT ?