CSV031I   LIBRARY {SEARCH | ACCESS} FAILED FOR MODULE mod, RETURN CODE xx, REASON CODE reason-code, DDNAME ddname

Explanation

A failure occurred when a LINK, LOAD, XCTL, or ATTACH service attempted to obtain the requested module for processing. The return and reason codes are provided for IBM® diagnostic purposes only. In most cases, this message will be preceded by one or more IEWxxxI messages that should provide an indication of the cause of the failure.

In the message text:
SEARCH
Indicates that the error occurred during the process of finding the requested module.
ACCESS
Indicates that the error occurred during the process of fetching the requested module.
mod
the name of the requested module
xx
The hexadecimal return code from the underlying service. These codes are used for internal diagnostic purposes only.
reason-code
The hexadecimal reason code from the underlying service, usually in the form X'26xxxxxx' or X'27xxxxxx'.
  • Reason code 26010031 indicates the request failed because the current system does not support the level of program object in which the requested program object was created.
  • Reason code X'FFFFFFFF' along with return code X'FF' indicates that an invalid alteration of the DCB or DEB has been detected during the process of fetching the requested module.
  • The other reason codes are used for internal diagnostic purposes.
ddname
The DDNAME specified for the library

System action

The LINK, LOAD, XCTL, or ATTACH request ends abnormally with a system completion code of X'806' and a reason code of X'2C' or a completion code of X'106' and a reason code of X'28'.

System programmer response

If the error occurred after a LNKLST data set was removed from LNKLST or compressed, ensure that the procedure on removing or compressing a data set in an active LNKLST set was followed. This procedure is described in z/OS MVS Initialization and Tuning Reference.

If the error recurs and the program is not in error, look at the messages in the job log for more information. This message usually indicates that a problem exists in the fetching module, rather than in contents supervision. If preceding IEWxxxI messages do not enable you to determine what the failure is, search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center. Provide the job log containing this message and the source program listing for the job.

Programmer response

Look for preceding IEWxxxI messages for an indication of the cause of the failure. Look up these messages to determine the appropriate action to take. If there are no such messages, notify the system programmer.

For return code X'FF' and reason code X'FFFFFFFF', ensure that no vendor or customer application programs are modifying the DCB or DEB during the fetching of the requested module. If the error persists, notify the system programmer.

Module

CSVGETMD

Source

Contents supervision (CSV)

Routing Code

11

Descriptor Code

Note 26