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 resolution for sb37 error
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 a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I need exexution process for JCL programs
how to compare two datasets without using superce because output is limited to 133 bytes
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
Is there any command to check wether the ps file is in sorted order?
How would you understand error(execution phase)?
What is the function of //cntl statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How can return codes be tested before execution of a job step?
Is it possible to define dd statements as you want?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is use of disp parameter in dd statement?