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
Which division and paragraphs are mandatory for a COBOL program?
Why did you choose to work with ibm mainframe cobol programming?
What are the pertinent COBOL commands?
What are the cobol coding sheets?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the usage of comp fields in cobol?
What are the different data types in cobol?
State the various causes of s0c1, s0c5 and s0c7.
how do you reference the esds vsam file formats from cobol programs
What is a report item?
Explain what you understand by passing by value.
how do you reference the ksds vsam file formats from cobol programs
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What guidelines should be followed to write a structured cobol prgm?