Multiple choice technology mainframe

The file access methods in COBOL are: INPUT and OUTPUT only.

  1. True

  2. False

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

COBOL supports multiple open modes including INPUT, OUTPUT, I-O, and EXTEND, as well as file access modes like SEQUENTIAL, RANDOM, and DYNAMIC. Restricting file access or open methods to only INPUT and OUTPUT is incorrect, making the statement false.