🎴 Flashcard Mode

COBOL Programming and Performance

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Even though the main program does not contain any input or output statements, it can reference the record area of the file

AnswerClick to flip back
A
True
💡 Explanation:

In COBOL, record areas defined in the FILE SECTION of the DATA DIVISION are accessible to the main program regardless of whether it contains explicit I/O statements. These record areas are part of the program's data storage and can be manipulated like any other data area. The statement is true - I/O statements are for accessing external files, not for accessing internal record areas.

Change Mode