411: DFHMET4E_LOAD_FAILED
The load of message module, DFHMET4E, has failed. During Initialize_User processing, the external CICS® interface attempted to load its message table in preparation for issuing messages. The load of this module failed.
Explanation
System Action
The Initialize_User call is rejected. The return code from the MVS™ load macro (R15) is returned in the subreason field-1. The external CICS interface handles the error, and returns the abend (R0) that would have occurred in the subreason field-2.
User Response
Using the MVS reason code, determine why the load failed. The most likely reason is that the message table, DFHMET4E, is not in any library included in the STEPLIB of the batch job. Ensure the CICSTS54.CICS.SDFHEXCI library is included in the STEPLIB concatenation, and restart the client application program.