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 |
If your job fails at particular step then what would be the return code for next steps
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
Can we give two user name in NOTIFY parameter in JOBCARD
what do you mean By spooling? Expand SPOOL?
What is the difference between sb37,se37,sd37 each?
Explain the purpose of dd * statement in jcl?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
suppose i have 10 job steps and i want to execute only step 6.How to write?
How to find the length of variable length copybook using fileaid ??
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?