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
Are there any set of rules for the names of the steps used in a job? What are they?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the motivation behind coding class parameter in job statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is the compile process of cobol program expalin with code
How is a type of file defined in the jcl that executes the cobol program?
How to do automated restart when a job abend?
Explain the hierarchy levels in jcl?
which parameter is used to check the syntax of a jcl without executing it?
Where & How Do You Code Identifier In Jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
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 to override loadlib?
What do you understand by the term notcat 2 – gs?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?