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
what is the difference between COBOL2 AND COBOL390?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different rules of SORT operation?
Explain the configuration section of a cobol program with examples of syntax.
How to know whether the module is dynamical or statistical?
What is a report item?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between next sentence and continue in cobol programing language?
What is static and dynamic call in cobol?
how do you reference the rrds file formats from cobol programs
What are the different data types in cobol?
What is inspect in cobol ?
how to convert the recors form vsam file to db2 table tru file aid
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly