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 / nihar ranjan karan
People please post answers only if you confident on those.
Please do some research before posting some answers:
The answers provided by Ad and Islam is correct.
ESDS,KSDS, RRDS VSAM dataset can be opened in all four
modes but only when the ACCESS MODE IS SEQUENTIAL is
provided. For KSDS and RRDS, when ACCESS MODE IS
RANDOM/DYNAMIC then it can be opened in onlt INPUT, OUPUT
and I-O modes only.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
What is amode(31)
Difference between cobol and cobol-ii?
how to move the records from file to array table. give with code example
How do you reference the following file formats from cobol programs?
Explain how you can characterize tables in cobol?
What are different data types in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is static and dynamic call in cobol?
What is the difference between external and global variables in COBOL?
how do you reference the fixed unblock file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
What are the access modes of START statement?
What are the different types of condition in cobol and write their forms.