SNAX/APC Application Programming Manual

Verb Definitions
SNAX/APC Application Programming Manual138786
3-21
GET-ATTRIBUTES Verb
GET-ATTRIBUTES Verb
The local TP uses the GET-ATTRIBUTES verb request to query the local SNAX/APC
process for information about the conversation.
GET-ATTRIBUTES has no impact on the remote TP or remote LU. Local TPs that wait
for a remote attach or dispatch can issue GET-ATTRIBUTES immediately on startup to
determine the synchronization level for the conversation. GET-ATTRIBUTES
completes immediately.
The local TP must be in a conversation before it can issue the GET-ATTRIBUTES verb.
If the GET-ATTRIBUTES verb is issued while no conversation is active, the reply
returns an Invalid Resource ID (IPC Return Code 2) error.
Request Details
REQ-UOW-CODE
This field must contain the value 1005, which identifies the GET-ATTRIBUTES
verb.
Request Format
?SECTION GET-ATTRIBUTES-REQ,TANDEM
01 GET-ATTRIBUTES-REQ.
02 GA-HEADER.
03 REQ-UOW-ID PIC X(2).
03 REQ-UOW-CODE PIC 9(4) COMP.
Reply Format
?SECTION GET-ATTRIBUTES-REP,TANDEM
01 GET-ATTRIBUTES-REP.
02 GAR-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 GAR-PARAMETERS.
03 RESERVED-1 PIC X(1).
03 GAR-SYNC-LEVEL PIC X(1).
88 GAR-NO-SYNC-LEVEL VALUE IS "N".
88 GAR-CONFIRM-SYNC-LEVEL VALUE IS "C".
88 GAR-SYNCPT-SYNC-LEVEL VALUE IS "S".
03 GAR-APC-LUNAME PIC X(8).
03 GAR-PARTNER-LUNAME PIC X(8).
03 GAR-PARTNER-UNINTERP-NAME PIC X(17).
03 RESERVED-2 PIC X(1).
03 GAR-MODENAME PIC X(8).
03 GAR-SESSION-IDENTIFIER PIC X(4).