SNAX/APC Application Programming Manual
Verb Definitions
SNAX/APC Application Programming Manual—138786
3-14
CONFIRM Verb
CONFIRM Verb
The CONFIRM verb requests confirmation of receipt of data or completion of some
function. This verb flushes the buffer of data waiting to be sent (sending the data to the
remote TP) and requests an explicit confirmation from the remote TP when it has
received the data. CONFIRM completes when SNAX/APC receives a confirmation or
error reply from the remote TP.
Request Details
REQ-UOW-CODE
This field must contain the value 1002, which identifies the CONFIRM verb.
Reply Details
CMR-REQ-TO-SEND-IND
This field indicates whether the remote TP issued a REQUEST-TO-SEND verb. If
the field contains the letter Y, REQUEST-TO-SEND notification was received from
the remote TP, which requests the local TP to enter the Receive state. The local TP
can use RECEIVE-AND-WAIT or PREPARE-TO-RECEIVE to enter the Receive
state when ready.
If the field contains the letter N, the remote TP did not issue a REQUEST-TO-SEND
verb.
Request Format
?SECTION CONFIRM-REQ,TANDEM
01 CONFIRM-REQ.
02 CM-HEADER.
03 REQ-UOW-ID PIC X(2).
03 REQ-UOW-CODE PIC 9(4) COMP.
Reply Format
?SECTION CONFIRM-REP,TANDEM
01 CONFIRM-REP.
02 CMR-HEADER.
03 REP-UOW-ID PIC X(2).
03 REP-VERB-CODE PIC 9(4) COMP.
03 REP-RETURN-CODE PIC S9(4) COMP.
03 REP-RETURN-CODE-DETAIL PIC S9(4) COMP.
02 CMR-PARAMETERS.
03 RESERVED-1 PIC X(1).
03 CMR-REQUEST-TO-SEND-IND PIC X(1).
88 CMR-RECEIVED VALUE IS "Y".
88 CMR-NOT-RECEIVED VALUE IS "N".