1.2 tpacall()

Table 1-2 tpacall()

tpacall() Parameter Contents CPIC Notes
svc - Service Name Used in CMALLC to identify the CICS transaction to be invoked.
data - User data This data is sent in CMSENDs until completely transmitted.
len - Length of user data -
flags TPNOREPLY false The last data is sent with a CMSEND with send_type set to CMSEND_AND_PREP_TO_RECEIVE. This changes the state of the conversation to receive and a CMRCV is issued to await the reply.
true Since no reply is expected, a CMDEAL deallocates the conversation after all data has been received.
TPNOTRAN Not part of a transaction -
TPNOBLOCK N/A Local
TPNOTIME N/A Local
TPSIGRSTRT N/A Local