The disposition parameter in the jcl is share ( DISP+SHR )
and the program opens file in extend mode what will happen?
Answer Posted / gayathri
Records will get appended to the file at the last.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
How are the next sentence and continue different from each other?
What are various search techniques in cobol? Explain.
How many bytes S(8) comp field occupy and its maximum value?
What are the different data types in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How you can characterize tables in cobol?
Explain what you understand by passing by value.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Why would you use find and get rather than to obtain?
how do you reference the printer file formats from cobol programs
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
A table has two indexes defined. Which one will be used by the SEARCH?
What rules are to be followed while using the corresponding options?