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.
Check the value of the 'NE' system parameter. If off, it will report all errors to the ultimate parent program.
Thank you - i will check that.