Which COBOL file control verb is used to establish a connection between a COBOL program and an external file?

  • FILE
  • OPEN
  • READ
  • WRITE
The OPEN verb in COBOL is used to establish a connection between a COBOL program and an external file. It prepares the file for subsequent READ or WRITE operations.
Add your answer
Loading...

Leave a comment

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