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 / y@$w@nth
disp=(mod,delete,delete)
will tells that if the file is not previously created create
it if it is already created then use that file.
the two delete statements will tell that delete the file
after norml and abnormal termination.
step02 exec pgm=ccc,cond=(0,le)
Here step02 was coded as condition code which always falls
to true so this step wont execute in any situation......
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
What is the function of the steplib dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the difference between the positional and keyword parameters? Give examples.
What is the function of a dd statement?
What are steplib and joblib? What for they are used?
Describe the various parameters utilized in the creation of a gdg?
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 Cataloged Procedures?
Must tape dataset definitions include vol=ser specifications?
What are the parameters that are used in creating a gdg?
how JCL works?
How can a fb file convert to vb file using sort program?
how to compare two datasets without using superce because output is limited to 133 bytes