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 program opens the file in EXTEND mode. What happens ?
Answer Posted / mohamed khan
Records will be written to end of file (append) when a
WRITE is done in both cases.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is the use of IEBGENER utility?
What is the format of comment statement?
what is DSN in JCL and what are the parameters to declare the DSN?
what operation is performed by job statement?
Is it possible to code instream data in a PROC?
when does a dataset go uncataloged?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
For what purpose steplib and joblib are used ?
How would you understand error(execution phase)?
how do you access an uncataloged dataset in a jcl?
Is condition checking possible in jcl? If yes, how?
what happens in execution stage in job processing?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how you can direct the data to spool using SYSOUT option?
what happens in conversion stage in job processing?