SNAX/APC Application Programming Manual
Verb Definitions
SNAX/APC Application Programming Manual—138786
3-84
DISPATCHER-READY Verb
DISPATCHER-READY Verb
The SNAX/APC Dispatcher sends a DISPATCHER-READY request to the SNAX/APC
process when the Dispatcher is first initialized; the DISPATCHER-READY request is
queued.
The SNAX/APC process sends a DISPATCHER-READY reply to the Dispatcher when
the following is true:
•
The SNAX/APC process receives an ATTACH request from a remote TP.
•
A DISPATCHER-READY request is already waiting on the DISPATCHER-READY
queue.
•
The requested TP is not already waiting for a conversation (that is, has not issued
TP-READY).
The DISPATCHER-READY reply contains information about the requested local TP.
If the ATTACH request is queued before the SNAX/APC process receives the
DISPATCHER-READY request, the ATTACH request completes as soon as the
SNAX/APC process receives the DISPATCHER-READY request.
Note. A TP never sends or receives the DISPATCHER-READY request. However, the
DISPATCHER-READY request and reply messages appear in the SNAX/APC trace
files; thus, the request is shown here to facilitate debugging.
Request Format
?SECTION DISPATCHER-READY-REQ,TANDEM
01 DISPATCHER-READY-REQ.
02 DR-HEADER.
03 REQ-UOW-ID PIC X(2).
03 REQ-UOW-CODE PIC 9(4) COMP.
Reply Format
?SECTION DISPATCHER-READY-REP,TANDEM
01 DISPATCHER-READY-REP.
02 DRR-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 DRR-PARAMETERS.
03 DRR-DISPATCHING-PROCESS PIC X(6).
03 DRR-DISPATCHING-LUNAME PIC X(8).
03 DRR-DISPATCHED-TPNAME PIC X(16).