1.1 tpcall()
Table 1-1 tpcall()
| tpcall() | Parameters | Contents | CPI-C Notes | 
|---|---|---|---|
| svc | - | Service Name | Used in CMALLC to identify the CICS transaction to be invoked. | 
| idata | - | User data | This data is sent in CMSENDs until completely transmitted. | 
| len | - | Length of User data | - | 
| odata | - | Reply data | CMRCV receives the data until it has been completely transmitted (data_received is set to CM_COMPLETE_DATA_RECEIVED) and return code is set to CM_OK or CM_DEALLOCATE_NORMAL. | 
| olen | - | Reply data length | - | 
| flags |  TPNOTRAN 
                            | 
                           Not part of a transaction | - | 
 TPNOCHANGE 
                            | 
                           N/A | Local | |
 TPNOBLOCK 
                            | 
                           N/A | Local | |
 TPNOTIME 
                            | 
                           N/A | Local | |
 TPSIGRSTRT 
                            | 
                           N/A | Local | 
Parent topic: ATMI to CPI-C Function Mapping