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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *