12.5. Find failing module instructions

In most cases LE condition handling will trap original program checks (like ABEND0C4) and turn them into corresponding LE conditions (like CEE3204S). After storing information about the original program check, LE will terminate with an ABENDU40xx. When examining a dump of a U40xx the PSW and registers can be found in a control block called the ZMCH. APAR II11016 is specifically written for those running LE in a non-CICS environment, since the control block structure and condition handling changes when running under CICS.

While reviewing the SYSMDUMP in IPCS you can issue the following commands to format the ZMCH:

IP VERBX CEEERRIP 'CM'
IP VERBX LEDATA 'CM'

For more information on the syntax, refer to

Get z/OS Diagnostic Data Collection and Analysis now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.