What are different file OPEN modes available in COBOL?
Answer Posted / arti
input,output,i-o,extend.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the various section in data division and briefly explain them.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are all the divisions of a COBOL program?
In COBOL, what is the different between index and subscript?
What guidelines should be followed to write a structured cobol prgm?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How you can read the file from bottom?
What are 77 levels used for?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are declaratives and what are their uses in cobol?
How do you get the data to code the BMS macro?
Write a program to explain size error.