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
what sort card you will use to copy the data from one dataset to another dataset?
Is automatic restart possible in jcl?
Explain about ISPF/TSO Commands
Where & How Do You Code Identifier In Jcl?
Does jcl support automatic restart?
a dd statement has 2 types of parameters. Name them?
What are the rules employed while naming the steps in a job?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is condition checking in jcl? Is this possible?
what are the types of abends that occur on job failure? And explain the possible causes of these
Why block size is multiple of lrecl in jcl?
What is the motivation behind coding class parameter in job statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how can the same proc be re-used and called by many jobs?
What do you understand by jcl?