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 are the 2 types of parameters in dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the format of comment statement?
define cond parameter in jcl?
what is the resolution for sb37 error
What is the purpose of the dd keylen parameter?
what are the various stages of job processing?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Why block size is multiple of lrecl in jcl?
Explain the function of job statement in jcl?
which parameter is use to declare the name of dataset in dd statement?
Name the statement which can be used to send data to another mvs jes3 node?
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 ?
How does the jcl specify the job to os?
which utility is used to sort a file in jcl?