EQA9961I Program interrupt: Intcd Prog: Abprogram Int@: XXXXXXXX
Explanation
z/OS® Debugger has detected program check interrupt code Intcd while processing program Abprogram under CICS®. Int@ is the address of the location where the program check occurred.
Programmer response
This message occurs when the non-Language Environment®
z/OS Debugger
CICS exits are active and a program check has occurred in the
application currently being debugged. It is trapped as a result of the TRAP(ON)
runtime option. The default behavior for the STEP
or GO
command at
this time is for z/OS Debugger
to
display the abend and allow the task to terminate or allow any active CICS HANDLE abend routines to run or, if applicable, allow any Language
Environment user handlers or signal catchers to run. Use
the TRAP(OFF)
runtime option if you do not want z/OS Debugger
to capture program checks. This
message is written to the CICS region's JES message log.