in step1 of a jcl,disp=(mod,delete,delete)
step02 exec pgm=ccc,cond=(0,le)
will step02 be executed?
i)never
ii)always
iii)
iv)...
i dont remember options
Answer Posted / vinay sonar
Step2 will not execute because always true condition is
coded in step2.
condition code(cc) 0 will be always less than any previous
step cc say 0,4,8,4095 etc. so condition is always true.So
step2 wont execute
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
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?
define cond parameter in jcl?
What is the purpose of disp parameter?
What are steplib and joblib?
What is the purpose of dd?
Is acct parameter mandatory?
How to pass data to a program that is coded in an exec statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what is SOC4 error?
Explain the function of dd disp parameter?
Explain dfsort utility?
Is automatic restart possible in jcl?