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 |
how can we fetch 3 records in cobol pgm any coding pls ?
What is the utilization of copybook in cobol?
What is the difference between comp and comp-3 usage?
What is the difference between PIC 9.99 and PIC9v99?
copy 100 records without using ibm utilities
why 02 level number can't be use as a separate level number like 01 or 77 ?
Mention the guidelines to write a structured cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
diffrence between z(2) and z9(2)
What is different between variable length and fixed length?
what happens if parmparameter passes zero bytes to the program