1.11 tpforward()
Table 1-11 tpforward()
| tpforward () | Parameters | Contents | CPIC Notes |
|---|---|---|---|
| svc | - | Service name | tpforward() is treated as if it were a tpacall(). A CMINIT and subsequent CMALLC are issued to initialize and allocate a session for a conversation. ClientID must be propagated to the CICS transaction in a TPSVCINFO record.
|
| data | - | User data | Data is sent using CMSEND. The last CMSEND is sent with send_type of deallocate_normaL. |
| len | - | Length of data returned | - |
| flags | - | Refer to tpacall() |
- |
Parent topic: ATMI to CPI-C Function Mapping