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

what happens if parmparameter passes zero bytes to the program

0 Answers   HSBC,


what will happen if pass values more than 100 using PARM parameter?

1 Answers  


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

0 Answers  


What is Alternate Index ? How is it different from regular index ?

2 Answers  


Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,






i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

0 Answers  


How to covert given string into ASCII value in COBOL/MF COBOL

3 Answers   CTS, IBM, iFlex,


01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


What do you understand by passing by reference and passing by content?

1 Answers  


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


How To move a value to an array using move verb?

3 Answers   IBM,


Categories