The disposition parameter in the jcl is share ( DISP+SHR )
and the program opens file in extend mode what will happen?
Answer Posted / himanshu kumar
agree
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the local-storage section?
What is amode(31)
What is the utilization of copybook in cobol?
What rules are followed by the search verb.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Why would you use find and get rather than to obtain?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are 77 levels used for?
Write down the divisions of cobol program?
Name some of the examples of COBOl 11?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are literals?
How do define dynamic array in cobol.
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.