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
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How is the record format of an output dataset specified?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Are there any set of rules for the names of the steps used in a job? What are they?
How does jcl act on code(if you take a cobol program)?
I need exexution process for JCL programs
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
List in order the hierarchical levels of jcl?
What do you know about jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain how can an in-stream dataset be terminated?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What do you understand by jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?