In indexed file processing, the _______ clause is used to specify whether the file will be opened for input, output, or both.

  • ACCESS
  • FILE STATUS
  • MODE
  • ORGANIZATION
The MODE clause in COBOL indexed file processing is used to specify whether the file will be opened for input, output, or both. It determines the operations that can be performed on the file during program execution.
Add your answer
Loading...

Leave a comment

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