Multiple choice technology mainframe

If the access mode for any file is Dynamic, the file can be accessed both SEQUENTIALLT AND RANDOMLY

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In COBOL, Dynamic access mode means you can choose to access files either sequentially OR randomly in the same program, not both simultaneously for a single operation. You use specific verbs (READ vs READ NEXT) to indicate the access method.