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 / shyam & prasad
c
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the problem of ordered sequential files access?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is amode(31)
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is report-item in COBOL?
Write the code to count the sum of n natural numbers.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
Write a program to enter and display the names of students in a class using the occurs clause.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is rmode(24)
What are the different rules of SORT operation?