Application Abend Snap report
This report contains information for problem determination of the application program. When the application ends abnormally, this report is produced in the HPSRTRAC DD. It displays information about the last function that was processed in the application program.
The following figure shows an example of the Application Abend Snap report.
IMS HIGH PERFORMANCE LOAD "APPLICATION ABEND SNAP" PAGE: 1
5655-M26 10/01/2023 13.20.22
****************************************************
*** LOAD API FUNCTION TERMINATED WITH ABENDU4000 ***
****************************************************
STATUS CODE = LC
APPL-PCB 00097C68 C8C9C4D4 D6E2F1F0 F0F2D3C3 D3E24040 00097C30 C4C5D7F1 D3C5E5F2 0000000C *HIDMOS1002LCLS @ DEP1LEV2 *
00097C88 00000005 F0F0F0F0 F0F0F0F1 F0F0F1F0 * 000000010010 *
FUNCTION CODE = ISRT
I/O AREA RETRIEVED LENGTH (HEX) = 0000001E
I/O AREA 0017FADC 001EF0F0 F1F0C4C5 D7F1D3C5 E5000000 00000000 00000000 00000000 0000 * 0010DEP1LEV *
SSA-01 0017FB06 E2404040 40404040 5C604DD9 F0F0D2C5 E84040C5 D8F0F0F0 F0F0F0F0 F15D *S *-(R00KEY EQ00000001) *
SSA-02 0017FB30 C4C5D7F1 D3C5E5F2 40 *DEP1LEV2 *
This report includes the following information:
- STATUS CODE
- The status code that is returned in the PCB.
- APPL-PCB
- The PCB that is used by the application program.
- FUNCTION CODE
- The function code that is passed from the application program.
- I/O AREA RETRIEVED LENGTH (HEX)
- The length of the I/O area that is retrieved by IMS HP Load, in hexadecimal format.
- I/O AREA
- The I/O area that is passed from the application program. If the length of the I/O area is longer than 32 KB, the first 32 KB of data is displayed.
- SSA-nn
- The SSAs that are passed from the application program.
Notes:
- FUNCTION CODE, I/O AREA, and SSA-nn are displayed only when the SNAP option is specified on the TRACE control statement.
- If the application program abends by a parameter list error (status AH or $1), or a functional incompatibility (status AM), the Load API function does not display the information about the I/O area or the SSAs.