When using the READ verb in COBOL, the ________ clause is used to define what should happen when no matching record is found.

  • ERROR
  • EXCEPTION
  • INVALID KEY
  • NOT FOUND
When using the READ verb in COBOL, the INVALID KEY clause is used to define what should happen when no matching record is found. It allows you to handle the situation where the specified condition is met.
Add your answer
Loading...

Leave a comment

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