In COBOL, the "AT END" phrase can be used to handle exceptions related to reaching the _____ of a file.

  • END OF FILE
  • EOF
  • FILE END
  • LAST RECORD
The "AT END" phrase in COBOL is used to handle exceptions related to reaching the end of a file. It allows the program to take specific actions when the end of the file is encountered during file processing.
Add your answer
Loading...

Leave a comment

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