The dump title includes the abend completion and reason codes, the failing load module and CSECT
names, and the release identifier. For more information on the dump title see Dump title variation with
PSW and ASID
The formats of SVC dump titles vary slightly, depending on the type of error.
Figure 1 shows an example of an SVC dump title. Each field in the title
is described after the figure.Figure 1. Sample SVC dump title
userid is the user identifier of the user (in this example, AUSER). This field
is not present for channel initiators.
C=compid.release.comp-function
compid is the last 5 characters of the component identifier (explained in The component-identifier keyword ). The value R3600
uniquely identifies IBM MQ for z/OS.
release is a 3-digit code indicating the version, release, and modification level
of IBM MQ for z/OS (in this example, 710 ).
comp is an acronym for the component in control at the time of the abend (in this
example, LOCK).
function is the name of a function, macro, or routine in control at the time of
abend (in this example, CSQL1GET). This field is not always present.
M=module
module is the name of the FRR or ESTAE recovery routine (in this example,
CSQGFRCV). This field is not always present. Note: This is not the name of the module where the
abend occurred; that is given by LOC.
LOC=loadmod.csect+csect_offset
loadmod is the name of the load module in control at the time of the abend (in this
example, CSQLLPLM). This might be represented by an asterisk if it is unknown.
csect is the name of the CSECT in control at the time of abend (in this example,
CSQL1GET).
csect_offset is the offset within the failing CSECT at the time of abend (in this
example, 0246).
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 software support database.
Dump title variation with PSW and ASID
Some dump titles replace the load module name, CSECT name, and CSECT offset with the PSW (program
status word) and ASID (address space identifier). Figure 2 illustrates this format.Figure 2. Dump title with PSW and ASID