Which file organization in COBOL allows for both sequential and random access to records?

  • Dynamic
  • Indexed
  • Relative
  • Sequential
Indexed file organization in COBOL allows for both sequential and random access to records. While records can be read sequentially, the presence of an index allows for direct access based on a key, providing flexibility in record retrieval.
Add your answer
Loading...

Leave a comment

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