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
If the parameter is MOD and Mode is OUTPUT, the entire file
will be overwritten.
If the paramete is SHR and Mode is EXTEND, the records will
be appended at the end.
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
can any one plzzzzzz tell the jcl code for creating ps using idcams
which utility is used a dummy utility?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is jcl in mainframe?
How to submit a jcl from cics?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain in DD statement what is the use of DCB parameter?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How can return codes be tested before execution of a job step?
What are some jcl statements that are not allowed in procedures?
What are the 4 fields in dd statement?
what JCL Procedures?
Explain how can the attributes of one sms dataset be copied to another dataset?
Is condition checking possible in jcl?
What are hierarchy levels in jcl?