What are different file OPEN modes available in COBOL?
Answer Posted / gopal chand
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 |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between structured cobol programming and object alternativelyiented cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Can you please let me know the centre name of INS certification in Kolkata.
Can a Search can be done on a table with or without Index?
Have you used comp and comp-3 in your project? And how?
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.
Write a program to explain size error.
Explain what you understand by passing by value.
What is length is cobol?
Why would you use find and get rather than to obtain?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?