SNAX/APC Application Programming Manual

Verb Definitions
SNAX/APC Application Programming Manual138786
3-52
MC-CONFIRM Verb
MC-CONFIRM Verb
The MC-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. MC-CONFIRM completes when SNAX/APC receives a confirmation
or error reply from the remote TP.
The format for MC-CONFIRM request is:
Request Details
The MC-CONFIRM verb has no parameters for the verb request.
Reply Details
MC-CMR-REQUEST-TO-SEND-IND
This parameter has either the value “Y” or “N” to indicate whether or not the remote
TP has issued a REQUEST-TO-SEND verb.
Request Format
01 MC-CONFIRM-REQ.
02 MC-CM-HEADER.
03 REQ-UOW-ID PIC X(2).
03 REQ-UOW-CODE PIC 9(4) COMP.
Reply Format
01 MC-CONFIRM-REP.
02 MC-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 MC-CMR-PARAMETERS.
03 RESERVED-1 PIC X(1).
03 MC-CMR-REQUEST-TO-SEND-IND PIC X(1).
88 MC-CMR-RECEIVED VALUE IS "Y".
88 MC-CMR-NOT-RECEIVED VALUE IS "N".