IE domain's specific gates

Table 56 summarizes the IE domain's specific gates. It shows the level-1 trace point IDs of the modules providing the functions for the gates, the functions provided by the gates, and whether or not the functions are available through the exit programming interface (XPI).

Table 56. IE domain’s specific gates
Gate Trace Function XPI
IEIE
IE 0001
IE 0002
PROCESS_ECI_FLOW
RECEIVE
SEND
SEND_ERROR
NO
NO
NO
NO

IEIE gate, PROCESS_ECI_FLOW function

Initiates processing of a flow from an ECI client, either by attaching a new mirror task, or by posting an existing mirror task.

Input parameters

None

Output parameters

RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|EXCEPTION|DISASTER|INVALID|KERNERROR|PURGED
[REASON]
is returned when RESPONSE is EXCEPTION, DISASTER or INVALID. Possible values are:
RESPONSE Possible REASON values
EXCEPTION
NOT_INSTALLED
INVALID_FLOW
INSTALL_FAILED
DISASTER
ABEND
FREEMAIN_FAILURE
RECEIVE_FAILURE
SEND_FAILURE
INVALID
INVALID_FORMAT
INVALID_FUNCTION

IEIE gate, RECEIVE function

Receives input from an ECI client.

Input parameters

None

Output parameters

DATA_ADDRESS
The address of the buffer containing the data received.
DATA_LENGTH
The length of the data received.
CODEPAGE
The codepage of the request
RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|EXCEPTION|DISASTER|INVALID|KERNERROR|PURGED
[REASON]
is returned when RESPONSE is EXCEPTION, DISASTER or INVALID. Possible values are:
RESPONSE Possible REASON values
EXCEPTION
CLIENT_NOT_RESPONDING
REQUEST_PURGED
DISASTER
ABEND
FREEMAIN_FAILURE
INVALID_REQUEST
WAIT_FAILURE
INVALID
INVALID_FORMAT
INVALID_FUNCTION

IEIE gate, SEND function

Sends a reply to an ECI client.

Input parameters

DATA_ADDRESS
The address of the buffer containing the data to be sent. DATA_LENGTH.
DATA_LENGTH
The length of the data to be sent.
LAST
This is the last send in this conversation, or not.

Output parameters

RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|EXCEPTION|DISASTER|INVALID|KERNERROR|PURGED
[REASON]
is returned when RESPONSE is EXCEPTION, DISASTER or INVALID. Possible values are:
RESPONSE Possible REASON values
EXCEPTION
ABEND
REQUEST_PURGED
DISASTER
FREEMAIN_FAILURE
INVALID_REQUEST
SEND_FAILURE
INVALID
INVALID_FORMAT
INVALID_FUNCTION

IEIE gate, SEND_ERROR function

Sends an FMH7 to an ECI client.

Input parameters

MESSAGE_NUMBER
The number of the IE component message to be sent to the client.
INSERT1
The first message insert
INSERT2
The second message insert
INSERT3
The third message insert
INSERT4
The fourth message insert

Output parameters

RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|EXCEPTION|DISASTER|INVALID|KERNERROR|PURGED
[REASON]
is returned when RESPONSE is DISASTER or INVALID. Possible values are:
RESPONSE Possible REASON values
DISASTER
ABEND
FREEMAIN_FAILURE
INVALID_REQUEST
SEND_FAILURE
INVALID
INVALID_FORMAT
INVALID_FUNCTION
[[ Contents Previous Page | Next Page Index ]]