Skip to main content

Why is CALL .. ON EXCEPTION not returning a STATUS value?

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Why is CALL .. ON EXCEPTION not returning a STATUS value?

Resolution:

The CALL .. ON EXCEPTION statement does not return a STATUS value, but does go to the exception statement, whereas, on a CALL PROGRAM .. ON EXCEPTION statement returns a 3 digit STATUS value.

Old KB# 6126