What is COND=EVEN ?
Answers were Sorted based on User's Feedback
Answer / shailendra
i agree with the previous ans but
i will add this step will execute in both condition
(normal and abnormal) termination of previous step.
| Is This Answer Correct ? | 32 Yes | 1 No |
Answer / guest
Means execute this step even if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / kabi
I am agree with Shailendra .
EVEN means we have to check both normal and abnormal
condition of the prevoius step.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / siri
cond=even it excutes the step even if the previous step executed successfully or unsuccessfully..........
cond=only it excutes the step only if the previous step executes unsuccessfully..
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ch.mohan
IT IS EXECUTED indipendently not for other steps
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / debjyoti mishra
it will execute even if previous step end normally or abnormally
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / samay simant
This means,
When this parameter is coded in any step,it will be
bypassed,irrespective of the return code of its prev step.
Cond=Only....Means bypass current step if the prev step
terminated abnormally.
| Is This Answer Correct ? | 2 Yes | 9 No |
when can a job time-out occur? How to overcome that?
Explain the purpose of the dd keylen parameter?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What do you do if you do not want to keep all the space allocated to a dataset?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to delete generations of gdg without deleting gdg base?
what are the ways of passing data to a cobol program from jcl?
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...???
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What u mean by include statement in JCL ?
What is multithreading in jcl?