What are different file OPEN modes available in COBOL?
Answers were Sorted based on User's Feedback
In Sequential File Organization, File Opening Modes are
Output,I-O, input,extend.
In Indexed File Orgainsation, File Opening Modes are
Output,I-O, input
| Is This Answer Correct ? | 13 Yes | 4 No |
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
88 class is used for
what are decleratives in cobol?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
What is the difference between a binary search and a sequential search what are the pertinent cobol?
why do u need inspect verb?
How do u initialize an array?
Should I use STOP RUN in the sub program??why?
how many divisions are there in cobol