What are different file OPEN modes available in COBOL?

Answers were Sorted based on User's Feedback



What are different file OPEN modes available in COBOL?..

Answer / aji cherian

Input, output, i-o and Extend

Is This Answer Correct ?    53 Yes 4 No

What are different file OPEN modes available in COBOL?..

Answer / tarun

input ,output,i-o,extend

Is This Answer Correct ?    24 Yes 5 No

What are different file OPEN modes available in COBOL?..

Answer / arti

input,output,i-o,extend.

Is This Answer Correct ?    12 Yes 3 No

What are different file OPEN modes available in COBOL?..

Answer / 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

More COBOL Interview Questions

When search all is used in cobol program without sorted input data?

6 Answers   CGI, Principal Finance,


What is inspect in cobol ?

0 Answers   Infosys,


describe 805 error

6 Answers   DELL,


soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?

7 Answers   CitiGroup, IBM,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).

8 Answers  






Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

0 Answers   iNautix,


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


Discuss about changing dataset name in proc.

0 Answers  


Are you comfortable in cobol or jcl?

0 Answers  


Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above

7 Answers   TCS,


Categories