EGL0064E An error occurred while calling the program_name program using the CICS ECI. The return code is -7 (ECI_ERR_TRANSACTION_ABEND. The CICS system identifier cics_identifier. The abend code is abend_code.

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 suppose 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_TRANSACTION_ABEND return code indicates that there was an abnormal end to the transaction on the server. The abend code may include one of the following messages:
  • AEI0 - Server program not defined
  • AEI1 - Server transaction not defined

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

User Response

Correct the problem 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 the corrective actions.