Errors Bubbling Up

Started by Jeffrey Ferreira, March 26, 2025, 10:50:59 AM

Previous topic - Next topic

Jeffrey Ferreira

Hi List,

we have the following situation.
program 1 calls program 2
program 2 calls program 3
program 3 calls program 4

program 4 errors out.
we have a generic error routine where we click a diagnose button.
at just one of our accounts when we click Diagnose pxplus exits/bubbles up to program 1 instead of remaining in program 4.

does anyone know what I might have set to cause this.

Loren Doornek

Check the value of the 'NE' system parameter.  If off, it will report all errors to the ultimate parent program.

Jeffrey Ferreira

Thank you - i will check that.