Your COBOL program requires accessing records based on a unique identifier. Which file organization type should you implement?

  • Indexed
  • Line Sequential
  • Relative
  • Sequential
When accessing records based on a unique identifier, the Indexed file organization is ideal in COBOL. It facilitates direct access to records using the key, optimizing retrieval based on the unique identifier.
Add your answer
Loading...

Leave a comment

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