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

where did you see the information regarding abend codes in jcl?

1 Answers   Hewitt,


How does IDMS insure data integrity?

1 Answers  


give the examples for strings and unstrings in cobol

2 Answers   IBM,


Name the divisions in a COBOL program ?

7 Answers  


consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 Answers  






what r the types of perform statement

4 Answers  


I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

2 Answers   IBM,


What is Static,Dynamic linking ?

2 Answers  


What is a scope terminator? Give examples.

2 Answers  


what is the use of filler in cobol programing?

4 Answers   MAT,


how will u find out 3rd week's 2nd day using occurs ?

3 Answers   L&T,


Difference between array and sub-script ?

0 Answers   HCL,


Categories