_____ is the file access mode used when you only need to read records from a file in COBOL.
- EXTEND
- I-O
- INPUT
- OUTPUT
"INPUT" is the file access mode used in COBOL when you only need to read records from a file. This mode allows the program to read data from the specified file but does not allow writing or updating records.
Loading...
Related Quiz
- What is the purpose of using SORT and MERGE operations in COBOL when working with files containing duplicate records?
- In a team project, you need to create a hierarchy of classes with common attributes and behaviors. How can you implement this efficiently in Object-Oriented COBOL?
- You are reviewing a COBOL program and come across the "FILE SECTION" within the "DATA DIVISION." What type of information is typically defined in this section?
- In COBOL, the _______ statement is used to perform a series of statements repeatedly.
- When a subprogram is called, the control returns to the _____ program after the subprogram execution is complete.