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 / abinand shetty
c.dynamic as it is combination of random and sequential
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is redefines clause in COBOL?
In which area will you utilize 88 level items in cobol?
what is the difference between COBOL2 AND COBOL390?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Which Search verb is equivalent to PERFORM…VARYING?
What is cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain what you understand by passing by value.
In COBOL programming, what is PERFORM? What is VARYING?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is a report item?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Define static linking and dynamic linking.