In COBOL, what type of file organization is suitable for random access to records?

  • Indexed file organization
  • Line sequential file organization
  • Relative file organization
  • Sequential file organization
Indexed file organization in COBOL is suitable for random access to records. It employs an index file that contains pointers to the actual records, enabling direct access based on the indexed key.
Add your answer
Loading...

Leave a comment

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