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