FSUM2389 The message catalog cannot be used. catalog name = 'string', errno = number (X'hexnum'), reason code = hexnum, message = 'string'
Explanation
The OMVS command could not open the message catalog named in the error message. This error does not prevent the session from starting. Default error messages are substituted for the messages in the message catalog. These substituted messages might not contain the usual wording.
In the message text:
- catalog name = 'string'
- The name of the message catalog that could not be opened.
- errno = number (X'hexnum')
- The errno value returned by the system for this error. For more information about this errno value, see z/OS XL C/C++ Runtime Library Reference. If errno = 0, no errno information is available from the system for this error.
- reason code = hexnum
- The reason code returned by the system for this error. For more information about this reason code, see z/OS UNIX System Services Programming: Assembler Callable Services Reference.
- message = 'string'
- A system error message that describes this error as reported by errno. If errno = 0, this message is not meaningful.
System programmer response
Check that the message catalog named in the error message is installed, and that this user has read access to the message catalog. Make sure that the user has search permission for all the directories leading to the message catalog.
User response
Provide the system programmer with this message number and any variable information displayed in the message.