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 / guest
Records will be written to end of file (append) when a WRITE
is done in both cases.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Brief description of inline procedure of jcl.
what is SOC4 error?
what are the statements that are not valid to be included in an include statement?
Is their any set of rules for dd? Explain.
in ways data can be passed to a COBOL program from JCL?
Differentiate between addressing mode and run mode.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Is it possible to left uncode disp?
What is the significance of addrspc parameter in the exec statement?
Can we call instream to catalog and catalog to instream?
What is one line to pass PARM from JCL to COBOL?
How does jcl specify the job to the operating system?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is notcat 2 - gs?
What is the function of //jcllib statement?