In COBOL, the "Extend" access mode is used for _____
- Adding new records to a file
- Deleting records from a file
- Modifying existing records
- Reading records sequentially
The "Extend" access mode in COBOL is used for adding new records to a file. When opening a file in "Extend" mode, the file position indicator is set to the end of the file, allowing new records to be appended.
Loading...
Related Quiz
- The EXIT statement can include a numeric operand that specifies the ___________ code to return to the operating system.
- What are some advantages of using VSAM (Virtual Storage Access Method) for indexed file processing in COBOL?
- When performing arithmetic operations in COBOL, the _____ statement is used for adding values.
- The REDEFINES clause is used to __________ a group data item with another data item.
- In COBOL, which keyword is commonly used to define variable-length records?