z/OS Security Server RACF Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SVC failure (ICHRST00)

z/OS Security Server RACF Diagnosis Guide
GA32-0886-00

This SVC dump issued by RACF® has the form:

ICHRST00-RACF SVCS, ABEND CODE=sss-rrr, SVC=svcname, USER=RACF user ID or job name, GROUP=RACF group ID or step name[, EXIT= csectname]
Component:
Resource Access Control Facility (RACF), 5752-XXH00
Issuing Module:
ICHRST00-ESTAE
Explanation:
An abend occurred during processing of one of the RACF SVCs or during processing of the GENLIST or RACLIST operand of the SETROPTS command. The values in the system dump title are:
sss
System completion code (abend code), in hexadecimal.
rrr
Reason code associated with the system completion code (described in z/OS Security Server RACF Data Areas).
svcname
Name of the RACF routine handling the SVC and issuing the abend.
RACF user ID or job name
If interactive, RACF user ID of user who encountered the problem.

If batch, then name of job that encountered the problem.

RACF group ID or step name
If interactive, RACF group of user who encountered the problem.

If batch, then name of step that encountered the problem.

csectname
Name of the CSECT that probably caused the error.
System Action:
The executing task is terminated. The areas dumped are PSA, RGN, LPA, TRT, CSA, and SQA.
Problem Determination:
  1. Look for the EXIT shown in the dump title:
    • If the EXIT shown in the system dump title is an installation exit, the installation exit probably caused the error (for a description of installation exits, see z/OS Security Server RACF System Programmer's Guide). Debug the installation exit. You can use standard debugging methods to analyze the problem described in this system dump.
    • If the EXIT shown in the system dump title is an IBM® routine, or if EXIT is missing from the system dump title, follow the remaining steps in this procedure.
  2. Look for message ICH409I as issued for this system dump. See the message text for the following:
    • Abend code and reason code (must be the same as in the dump title)
    • RACF macro or SETROPTS command option (GENLIST or RACLIST) that was being processed
    • Whether parameter validation or other processing was being done

    See z/OS Security Server RACF Messages and Codes for an explanation of ICH409I and of the abend code (and its reason code, if supplied).

  3. If ICH409I is unavailable, see z/OS Security Server RACF Messages and Codes for an explanation of the abend code (sss) and reason code (rrr) from the dump title.
  4. If the explanation of the code does not help you solve the problem and the EXIT named in the system dump title is an IBM routine, see Abend troubleshooting table for instructions on debugging the problem.
Other Problem Data Produced:
A software record is written to SYS1.LOGREC and includes:
SDWAMODN
Main CSECT (control section) name of SVC (supervisor call instruction)
SDWACSCT
Blanks or name of routine in control at time of error
SDWAREXN
ICHRST00 (recovery routine)
SDWAGR15
Reason code if the abend is a RACF abend
SDWACRC
Completion code
SDWACID
XXH00
SDWAEAS
1 if SDUMP is generated by ICHRST00
SDWAREQ
Zero if SDUMP is generated by ICHRST00

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014