Which COBOL file control verb is used to write records to an open file?
- CLOSE
- OPEN
- READ
- WRITE
In COBOL, the WRITE verb is used to add records to an open file. It allows the program to insert data into the file, either at the end or at a specified position.
Loading...
Related Quiz
- What is the purpose of the INITIALIZE verb in COBOL?
- What are some potential advantages of using variable-length records in COBOL file handling, such as reduced storage space and improved efficiency?
- How can you ensure that errors in a COBOL program are reported to the appropriate personnel?
- The "Input" file access mode is primarily used for _____ data from a file in COBOL.
- The process of systematically finding and correcting errors in a COBOL program is known as _____.