In COBOL, which file organization is most suitable for direct access to records by a specific key?

  • Dynamic
  • Indexed
  • Relative
  • Sequential
Indexed file organization in COBOL is most suitable for direct access to records by a specific key. It allows for efficient retrieval based on a defined key value, enabling faster data access compared to sequential or relative file organizations.
Add your answer
Loading...

Leave a comment

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