In WHICH access mode records are accessed either sequentially or randomly
-
SEQUENTIAL
-
RANDOM
-
DYNAMIC
-
NONE OF THE ABOVE
C
Correct answer
Explanation
DYNAMIC access mode allows programmers to access records sequentially or randomly on the same file in COBOL. SEQUENTIAL and RANDOM modes limit record retrieval to their respective patterns only. Therefore, DYNAMIC is the correct choice because it is the only mode that permits both access methodologies.