z/OS DFSMSrmm Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Developing the message keyword

z/OS DFSMSrmm Diagnosis Guide
SC23-6876-00

This topic explains how to develop the message keyword in your keyword string. A message can indicate these types of failures:
  • A program or operation failure
  • Missing data or incorrect data
  • A data failure (catalog, user data)
You can add the message number and associated return and reason codes to your keyword string as follows:
  • MSGXXXXXXXX (required)
  • RC (optional for return code)
  • RC (optional for reason code)

To develop the message keyword for your keyword string, follow these steps:

  1. Use MSG as your type-of-failure keyword, followed by the message identifier. For example, if the message identifier is EDG6646I, your keyword string would look like this:

    Keyword string so far: 5650DF186 R210 MSGEDG6646I

  2. If the message has a return code and reason code associated with it, append the return code to the keyword prefix RC and the reason code to the prefix RC. For example, if the return code is 12 and the reason code is 183, your keyword string would look like this:

    Completed keyword string: 5650DF186 R210 MSGEDG6646I RC12 RC183

  3. Go to Searching the IBM Software support database.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014