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 |
Write a program that uses move corresponding.
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
what is S04E error in jcl?
11 Answers IBM, L&T,
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Which division and paragraphs are mandatory for a COBOL program?
can we use go to statement inline-perform?
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 level 66 means??
What is difference between comp & comp-4?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
How do you differentiate between cobol and cobol-ii?