1.7 tpconnect()

Table 1-7 tpconnect()

tpconnect() Parameters Contents CPIC Notes
svc - The local service name representing the service to be invoked. in CICS The name is used to find the RNAME. The RNAME should match the TPName in CICS and will be used by CMINIT and CMALLC to initiate and allocate the conversation.
data - User data This data is sent in CMSENDs until completely transmitted.
len - Length of User data -
flags TPNOTRAN True -
TPSENDONLY If true, the conversation stays in or changes to send state The conversation remains in send state. This is the default.
TPRECVONLY If true, the conversation stays in or changes to receive state Immediately after the allocate Oracle Tuxedo sends a CMSEND with no data and send_type set to CM_SEND_AND_PREP_TO_RECEIVE.
TPNOBLOCK N/A Local
TPNOTIME N/A Local
TPSIGRSTRT N/A Local