there is a file whose ORGANISATION is INDEXED.you want to
read the records
from the file in RANDOM fashion as well as
sequentially.then which of the
access mode would you specify?
a.SEQUENTIAL
b.RANDOM
c.DYNAMIC
D.ACCESS MODE has nothing to do with it
Answer Posted / shailendra
dynamic is the right ans.
firstly you will direct enter the no. or key element
from where you want to start to read, then you can read
sequentially.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is link edit in cobol?
What rules are followed by the search verb.
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the fixed unblock file formats from cobol programs
what is the use of outrecord?
What is the difference between Call and a Link?
What is the usage of comp fields in cobol?
how do you reference the printer file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
What are various search techniques in cobol? Explain.
What are the different open modes available in cobol?
Explain about different table spaces.
How do you reference the following 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?