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 / sowmya
step2 will be executed.the steps after the step2 will be by-
passed
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is a jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
what is DD statement is used in JCL?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How do you submit a job for execution?
what is the JCL statement consists of?
Can we use DISP=SHR in output file in 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?
How to alter the parameters for the existing gdg?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
List in order the hierarchical levels of jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?