Message Headers
The {doctitle} component supports 15 message header(s), which is/are listed below:
Name | Description | Default | Type |
---|---|---|---|
CICS_RETURN_CODE |
Return code from this flow operation |
int |
|
CICS_RETURN_CODE_STRING |
The CICS return code as a String. The String is the name of the appropriate Java constant, for example, if this header is ECI_NO_ERROR, then the String returned will be ECI_NO_ERROR. If this header is unknown then the String returned will be ECI_UNKNOWN_CICS_RC. NOTE: for CICS return codes that may have more than one meaning the String returned is a concatenation of the return codes. The only concatenated String is: ECI_ERR_REQUEST_TIMEOUT_OR_ERR_NO_REPLY. |
java.ang.String |
|
CICS_EXTEND_MODE |
Extend mode of request. The default value is ECI_NO_EXTEND |
int |
|
CICS_LUW_TOKEN |
Extended Logical Unit of Work token. The default value is ECI_LUW_NEW |
int |
|
CICS_PROGRAM_NAME |
Program to invoke on CICS server. |
java.lang.String |
|
CICS_TRANSACTION_ID |
Transaction ID to run CICS program under. |
java.lang.String |
|
CICS_COMM_AREA_SIZE |
Length of COMMAREA. The default value is 0. |
int |
|
CICS_CHANNEL_NAME |
The name of the channel to create com.redhat.camel.component.cics.CICSConstants#CICS_CHANNEL_NAME_HEADER |
java.lang.String |
|
CICS_CONTAINER_NAME |
The name of the container to create. |
java.lang.String |
|
CICS_CHANNEL_CCSID |
The CCSID the channel should set as its default. |
int |
|
CICS_SERVER |
CICS server to direct request to. This header over. This header overrides the value configured in the endpoint. |
java.lang.String |
|
CICS_USER_ID |
User ID for CICS server. This header overrides the value configured in the endpoint. |
java.lang.String |
|
CICS_PASSWORD |
Password or password phrase for CICS server. This header overrides the value configured in the endpoint. |
java.lang.String |
|
CICS_ABEND_CODE |
CICS transaction abend code. |
java.lang.String |
|
CICS_ECI_REQUEST_TIMEOUT |
The value, in seconds, of the ECI timeout for the current ECIRequest. A value of zero indicates that this ECIRequest will not be timed out by CICS Transaction Gateway |
0 |
short |
CICS_ENCODING |
Encoding to convert COMMAREA data to before sending. |
String |
|
CICS_CALL_TYPE |
The CICS ECI call type. |
com.ibm.ctg.client.ECIRequest.ECI_SYNC |
int |