You are developing a COBOL application that needs to search for specific customer records by their account numbers efficiently. Which file organization should you choose for this purpose?

  • Indexed
  • Line-Sequential
  • Relative
  • Sequential
For efficient searching based on a key, an Indexed file organization is recommended. It allows direct access to records based on a key, in this case, the account number.
Add your answer
Loading...

Leave a comment

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