Skip to main content

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