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
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what happens in conversion stage in job processing?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Which dd parameters are required?
how JCL works?
What are the rules employed while naming the steps in a job?
Name what parameter directs the output of the job log dataset?
Is there any command to check wether the ps file is in sorted order?
What is the maximum length of a single line of jcl?
What is the function of the dd avgrec keyword in sms datasets?
How can unused space allocation be returned to the system when a dataset is closed?
how to run batch program without jcl?
Explain about ISPF/TSO Commands
How to alter the parameters for the existing gdg?
which utility is used to run a cobol-db2 program?