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 file access and organization modes, such as sequential, relative, and indexed, along with open modes like INPUT, OUTPUT, I-O, and EXTEND. Therefore, file access methods are not strictly limited to INPUT and OUTPUT only.