 |
You need to know how to use IPCS and also have access to the
following: - SVC dump, SYSMDUMP, and SADUMP
- Job log, system log, OPERLOG or application error log.
- Master trace
You should also be able to locate and use:
Perform the following steps to identify the module that
caused the abend and the offset of the failing instruction into the
module.
- Depending on the problem data available, obtain:
- Use one of the following procedures:
- If analyzing the dump interactively, use the instruction address
in an IPCS WHERE subcommand to obtain the name of the load
module and the offset of the address into the load module. If the
module name is not proceeded with IEANUC01, then IPCS has given the
load module name. If you enter the STATUS CPU REGISTERS subcommand,
a WHERE is performed automatically.
Use the AMBLIST service
aid to list the CSECTs in the load module. Use the offset into the
load module to identify the CSECT containing the failing instruction.
Then subtract the starting address of the CSECT from the instruction
address to obtain the offset into the CSECT.
For instructions
on using the AMBLIST service aid, see http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/DOCNUM/GA22-7589/HDRAMBLIST?ScrollTOP=HDRAMBLIST#HDRAMBLIST in z/OS MVS Diagnosis: Tools and Service
Aids.
- If the WHERE command does not present a module name, follow
this procedure:
- Using the IPCS Browse panel, enter the PSW instruction address
and ASID obtained from the time of error information. Browse backwards
looking for the CSECT name eye-catcher. IBM module names are generally
followed by an assembly date and a product identifier or PTF level,
such as HBB7720; most eye-catchers are at the beginning of a module,
but some are at the end.
- The module prefix identifies the component, subsystem,
or product, if provided by IBM. See the module identification chart in .
For example, using the information in the following output
from you can determine what component was involved in an error from
the module prefix. The ADY module prefix indicates a DAE-type error.
Module Component Product Component
Prefix Name ID ID
ADF TSO and TSO/E session manager 5665 28505
ADY Dump analysis and elimination (DAE) 5752 SC143
- Continue diagnosis as follows:
|