USER COMPLETION CODE=U4082 REASON CODE=00000002 and No Initial Intercept screen is displayed when debugging a program with CA Intertest batch.
search cancel

USER COMPLETION CODE=U4082 REASON CODE=00000002 and No Initial Intercept screen is displayed when debugging a program with CA Intertest batch.

book

Article ID: 3936

calendar_today

Updated On:

Products

InterTest - Batch

Issue/Introduction

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.

Environment

z/os

Cause

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. 

Resolution

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.