I have 20 steps in a job... step01, 02....step17...step20.
For some reason I want to execute step17 only if the return
code for all the previous steps are less than or equal to 4.
otherwise if return code for any of the previous 16 steps
is greater than 4, then step17 should be bypassed. How do I
do that ?? how and in which step should i formulate COND
parameter
Answer Posted / vijay sankar
sorry...i mentioned wrongly
if the COND parameter is true,the step is bypassed.
so if the previous steps having 0 or 4 , then we use //
COND=(4,LT) .....this step will excute.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how JCL works?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Must tape dataset definitions include vol=ser specifications?
Is their any limit for data sets?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the purpose of dd?
What is the function of dd disp parameter?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to do automated restart when a job abend?
When output dataset space is required, what quantity categories are used?
Is their any set of rules for dd? Explain.
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
how do you access an uncataloged dataset in a jcl?
Where can program checkpoints be stored for use in a restart?