When debugging a program using CA InterTest Batch no Initial initial intercept panel was displayed and no breakpoints were honored. Instead the tester received Abend message
USER COMPLETION CODE=U4082 REASON CODE=00000002.
Check to see if you have the Language Environment options POSIX(YES) and TRAP(ON). The combination of these two results in the U4082 abend before the CA InterTest Batch initial intercept debugging panel is displayed.
Check to see if you have the Language Environment options POSIX(YES) and TRAP(ON). The combination of these two results in the U4082 abend before the CA InterTest Batch initial intercept.
POSIX(ON) enables the POSIX handling of interrupts and interacts closely with Language Environment's interrupt handling. At least one of these must be OFF. These are Language Environment runtime options, not compile options.