When working with indexed files in COBOL, what is the key used for accessing records?

  • Alternate key
  • Prime key
  • Relative key
  • Secondary key
In COBOL, when working with indexed files, the "Relative key" is used for accessing records. This key defines the relative position of a record within the file. It is essential for efficient record retrieval in indexed files.
Add your answer
Loading...

Leave a comment

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