1.4 tpservice()
Table 1-4 tpservice()
| tpservice() | Parameters | Contents | CPIC Notes |
|---|---|---|---|
| svcinfo | - | Service information and data | User Data captured from a CMRCV populates the TPSVCINFO structure user data area. Service characteristics are obtained from the service attributes in the DMCONFIG and UBBCONFIG files. |
| name | - | Service name | The service name associated with the 8 character RNAME sent from CICS. |
| data | - | User data | Data captured from CMRCV. |
| len | - | Length of user data | - |
| cd | - | call descriptor | The call descriptor associated with the CONVID returned by the CMINIT when the LU6.2 was initiated. |
| appkey | - | 32-bit key (if used) | For security. |
| cltid | - | set by Oracle Tuxedo | For security. |
| flags | TPCONV
|
If true, service is conversational. | - |
TPTRAN
|
N/A | - | |
TPNOREPLY
|
If true, requestor not expecting a reply. | The conversation is terminated with a CMDEAL normal. | |
TPSENDONLY
|
N/A | If set, the CPIC conversation in CICS should be in receive state. If not set, the CICS CPIC conversation state will be in send state. | |
TPRECVONLY
|
N/A | If set, the CPIC conversation in CICS remains in send state. |
Parent topic: ATMI to CPI-C Function Mapping