In COBOL, which file control verb is used to read records from an open file?
- CLOSE
- OPEN
- READ
- WRITE
In COBOL, the READ verb is used to read records from an open file. It allows the program to retrieve data sequentially from the file and process it.
Loading...
Related Quiz
- The CONTINUE statement is primarily used for __________ error handling in COBOL programs.
- What is the primary objective of multi-user considerations when working with COBOL file handling?
- Explain the role of the GIVING clause in COBOL arithmetic statements.
- Which COBOL file access mode is commonly used with VSAM and ISAM files when data can be both read and written?
- In COBOL, what operator is used for multiplication?