What are different file OPEN modes available in COBOL?

Answer Posted / aji cherian

Input, output, i-o and Extend

Is This Answer Correct ?    53 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is comp-1 and comp-2?

764


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10611


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

825


How can you get the ksds file records into your cobol program?

644


What are declaratives and what are their uses in cobol?

714






what is search and searchall?what is the diffrence between them?give an best example?

5559


What is the difference between PIC 9.99 and PIC9v99?

781


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

679


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676


Write a cobol program making use of the redefine clause.

732


What is the difference between binary search and sequential search?

641


What is Pic 9v99 Indicates in COBOL?

727


In COBOL, what is the different between index and subscript?

759


How do get the result of your program directly on your pc?

1884