FRD6103A UNABLE TO ACCESS MEMBER mbrname FROM PROCLIB FILE. KEYWORD: keyword

Explanation

During a parse operation, an error occurred while attempting to read the indicated member from the data set identified by the PROCLIB DD statement. In the message text:
mbrname
Identifies the member for which the read failed.
keyword
Identifies the keyword which specified the member to be read. keyword is the following:
DFSDF=
Indicates that the error occurred while attempting to read the DFSDFyyy proclib member. Possible causes are:
  • The PROCLIB DD statement is not specified.
  • The DFSDFxxx member is not found in the PROCLIB data set.
  • An open error occurred in the PROCLIB data set.
  • A statement error is found in the DFSDFxxx member.
DRFMBR=
Indicates that the error occurred while attempting to read the FRXDRFxx proclib member.

System action

Recovery stops.

If the keyword is DFSDF= , processing continues. Otherwise, recovery stops.

User response

Determine the reason for the read failure and start the recovery again, if necessary.

Module

FRXEDRF0