In a COBOL program, what file organization is typically used for master files in a database system?

  • Dynamic
  • Indexed
  • Relative
  • Sequential
Indexed file organization is typically used for master files in a database system in COBOL. It allows for efficient random access based on a key field, making it suitable for scenarios where records need to be retrieved directly by their key values.
Add your answer
Loading...

Leave a comment

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