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

hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


What is a SSRANGE and NOSSRANGE?

0 Answers  


how to refer the data field?

0 Answers  


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid

4 Answers   TCS,






What are some examples of command terminators?

1 Answers  


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


What is the different between index and subscript?

3 Answers  


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

0 Answers  


Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?

1 Answers  


1.What is the default print format in cobol?

5 Answers   HSBC,


Categories