Analyzing the dump

The dump title includes the abend completion and reason codes, the failing load module and CSECT names, and the release identifier.

The formats of SVC dump titles vary slightly, depending on the type of error.

Figure 8 shows an example of an SVC dump title. Each field in the title is described after the figure.

Figure 8. Sample SVC dump title
  ssnm,ABN=5C6-00D303F2,U=AUSER,C=L8200.600.LOCK-CSQL1GET,
   M=CSQGFRCV,LOC=CSQLLPLM.CSQL1GET+0246

ssnm,ABN=compltn-reason
Note:
The abend and reason codes might provide sufficient information to resolve the problem. See the WebSphere MQ for z/OS Messages and Codes manual for an explanation of the reason code.
U=userid
C=compid.release.comp-function
M=module
LOC=loadmod.csect+csect_offset
Note:
The value of csect_offset might vary if service has been applied to this CSECT, so do not use this value when building a keyword string to search the IBM(R) software support database.