13.4 Supported ECI C API Parameters
The following table describes the ECI C API parameters that are supported by Oracle Tuxedo ART for CICS.
Note:
Only ECI v1 APICICS_ExternalCall
(ECI_Parms
) is supported.
Table 13-4 ECI C API Parameters
Call Type | Parameter | Notes |
---|---|---|
ECI_SYNC / ECI_ASYNC
|
eci_call_type
|
|
eci_program_name
|
eci_program_name is the program name defined in
programs.desc in ART CICS.
|
|
eci_userid
|
If security is not enabled on ART CICS side,
eci_userid is not checked on ECI Emulator.
|
|
eci_password
|
If security is not enabled on ART CICS side,
eci_password is not checked on ECI Emulator.
|
|
eci_extend_mode
|
||
eci_luw_token
|
||
eci_version
|
||
eci_commarea
|
||
eci_commarea_length
|
||
eci_system_name
|
It cannot be NULL since no default system name is
allowed.
|
|
eci_userid2
|
||
eci_password2
|
||
eci_timeout
|
||
ECI_GET_R EPLY
|
eci_call_type
|
|
eci_commarea
|
||
eci_commarea_length
|
||
eci_version
|
Parent topic: CICS Commands and Parameters Coverage