ENF event code 80 return and reason codes

This section describes the return codes and reason codes that the event notification facility (ENF) generates for the event code 80 processing.

Table 1. Return codes and reason codes for ENF event code 80 processing
Return Code Reason code Description Programmer's Response
1 Return code from the STORAGE macro in hexadecimal format. For information about return codes, see "Return and reason codes" in z/OS MVS Programming: Authorized Assembler Services Reference SET-WTO. An error occurred obtaining storage in ECSA subpool 241. Follow Steps for reviewing a storage problem in z/OS Communications Server: IP Diagnosis Guide to investigate the storage problem.
2 Return code from ENFREQ macro in hexadecimal format. An error occurred generating the ENF system event.

Use the return code from the ENFREQ macro to determine the problem. If the problem cannot be solved, contact the IBM® Support Center.

3 Return code from the RESMGR ADD macro in hexadecimal format. For information about return codes from the ADD function, see "Return codes from the ADD function" in z/OS MVS Programming: Authorized Assembler Services Reference LLA-SDU. An error was returned by the RESMGR macro. Follow the instructions in the return code description. If the problem cannot be solved, contact the IBM Support Center.
4 Reason code is in hexadecimal with the format xxxxyyyy. xxxx is the return code from the STORAGE macro. yyyy is the return code from the RESMGR ADD macro. An error occurred obtaining storage in ECSA subpool 241 and an error was returned by the RESMGR macro. Use the return codes from each macro to determine the problem. If the problem cannot be solved, contact the IBM Support Center.
5 Reason code is in hexadecimal with the format xxxxyyyy. xxxx is the return code from the ENFREQ macro. yyyy is the return code from the RESMGR ADD macro. An error occurred generating the ENF system event and an error was returned by the RESMGR macro. Use the return codes from each macro to determine the problem. If the problem cannot be solved, contact the IBM Support Center.