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
What is the purpose of dd * statement in jcl?
What is the significance of addrspc parameter in the exec statement?
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of //cntl statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is the compile process of cobol program expalin with code
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Must tape dataset definitions include vol=ser specifications?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Mention the types of job control statements?
what is the use of IEBGENER utility?
What is concatenating?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the function of dd disp parameter?