+

Search Tips | Advanced Search

Recovery routine modifier keyword

The Recovery routine modifier keyword and parameter is often associated with an abend code and can assist with identifying where the abend problem occurred.

Include the name of the recovery routine only when you could not determine the names of the CSECT and load module involved at the time of failure, after looking in both the SVC dump and the SYS1.LOGREC entry.

To obtain the recovery routine name, locate the area of the dump title containing the symbol M=. The word following this identifies the functional recovery routine (FRR) or the extended specify task abnormal exit (ESTAE). For an example, see Analyzing the dump and interpreting dump titles on z/OS.

Add this word to your keyword string. If we are using the structured format, follow the name of the module with the characters #R to indicate that this is a recovery routine. Search the database (see Searching the IBM database for similar problems, and solutions ).

    Free format
    5655R3600 R710 ABEND5C6 RC00E20015 CSQTFRCV

    Structured format
    PIDS/ 5655R3600 LVLS/ 710 AB/S05C6 PRCS/00E20015 RIDS/CSQTFRCV#R

Parent topic: The abend keyword, and its associated keywords

Last updated: 2020-10-04