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
Answer Posted / guest
c)sequential
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
What is difference between static and dynamic call in cobol?
What is cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between goback, stop run and exit program in cobol?
What are the different rules for performing sort operation?
i need a small 3d program using inline and outline.
Name the sections present in data division.
What is the difference between comp and comp-3 usage?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do you define a variable of comp-1 and comp-2?
In COBOL, what is the different between index and subscript?