HP-UX SNAplus2 R7 APPC Programmer's Guide
APPC Conversation Verbs
MC_TEST_RTS_AND_POST and TEST_RTS_AND_POST
State Check
No state check errors occur for this verb.
Verb Canceled
This return code cannot be returned as the initial return code, but only as the subsequent return code if the initial
return code is
AP_OK. If the verb did not execute because it was canceled by another verb issued by the TP, APPC
returns the following parameter:
primary_rc
AP_CANCELLED
The local TP issued one of the following verbs while [MC_]TEST_RTS_AND_POST was outstanding:
• DEALLOCATE with dealloc_type set to AP_ABEND_PROG, AP_ABEND_SVC,or
AP_ABEND_TIMER
• MC_DEALLOCATE with dealloc_type set to AP_ABEND
• [MC_]SEND_ERROR
• TP_ENDED
Issuing one of these verbs causes the [MC_]TEST_RTS_AND_POST verb to be canceled. The callback
routine is not called.
Conversation Ended
If the verb returns because the conversation has ended, APPC returns the following parameter:
primary_rc
AP_UNSUCCESSFUL
Other Conditions
If the verb does not execute because other conditions exist, APPC returns primary return codes (and, if applicable,
secondary return codes). For information about these return codes, see Appendix B, Common Return Codes.
Possible return codes are:
primary_rc
AP_UNEXPECTED_SYSTEM_ERROR
AP_CONVERSATION_TYPE_MIXED
AP_INVALID_VERB
AP_TP_BUSY
APPC does not return secondary return codes with these primary return codes.
4.20.7 State When Issued
The TP can issue [MC_]TEST_RTS_AND_POST when the conversation is in any state except Reset.
4.20.8 State Change
The conversation state does not change for this verb.
4.20.9 Usage Notes
This section provides additional usage information about the following topics:
246