When an exception occurs in a COBOL program, what information is typically included in the exception message?

  • Detailed program execution log
  • Line number, error code, and a descriptive message
  • Only a generic error code
  • Only the error code and program name
Exception messages in COBOL typically include crucial information such as the line number where the exception occurred, a specific error code for identification, and a descriptive message providing insights into the nature of the error. This information aids in debugging and resolving issues efficiently.
Add your answer
Loading...

Leave a comment

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