When working with indexed files, which access mode is commonly used to update existing records?

  • "Dynamic" access mode
  • "Extend" access mode
  • "Random" access mode
  • "Sequential" access mode
The "Random" access mode in COBOL is commonly used when working with indexed files to update existing records. It allows direct access to any record in the file based on the key value.
Add your answer
Loading...

Leave a comment

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