In COBOL, _____ is commonly used for maintaining and accessing indexed files.

  • ACCESS MODE IS RANDOM
  • ACCESS MODE IS SEQUENTIAL
  • FILE STATUS IS _______
  • RECORD KEY IS _______
In COBOL, the "ACCESS MODE IS RANDOM" clause is commonly used for maintaining and accessing indexed files. This access mode allows random access to records based on the specified record key.
Add your answer
Loading...

Leave a comment

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