EGL0061E An error occurred while calling the program_name program that uses the CICS External Call Interface (ECI). The return code is -3 (ECI_ERR_NO_CICS). The CICS system identifier is cics_identifier.

Explanation

A CICS® External Call Interface (ECI) function returned an error while attempting to call a remote server program.

The system identifier is the name of the CICS system where the server program was supposed to run. If blank, the system is specified in the CICS program definition for the program or in the CICS client initialization file. The ECI_ERR_NO_CICS code indicates that the client or server system is not available.

Return code values are associated with symbols in the CICS ECI include the faaecih.h or cics_eci.h file.

User Response

Correct the problem that is indicated by the return code.

For a complete explanation of the return code or if the return code is not documented above, refer to the CICS ECI documentation for your system for information on how to correct the problem.


Feedback