TRANSFER Reference Manual
GET-X400-AUX-NAME
TISERV UOW Descriptions
2–394 069139, Update 1 to 40969 Tandem Computers Incorporated
GET-X400-AUX-NAME
(UOW Code 175)
GET-X400-AUX-NAME retrieves the X400 authorizing user names or reply-to
recipient names for a package.
DEF get-x400-aux-name-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 175.
02 item-id.
03 dummy PIC X(12).
02 aux-name-type PIC 9(4) COMP.
02 aux-node-num TYPE BINARY 32 UNSIGNED.
02 aux-name-seq-num PIC S9(4) COMP.
02 options.
03 skip-exact TYPE BOOLEAN.
03 any-seq-num TYPE BOOLEAN.
03 reserved-2 TYPE BOOLEAN VALUE "N".
03 reserved-3 TYPE BOOLEAN VALUE "N".
03 reserved-4 TYPE BOOLEAN VALUE "N".
03 reserved-5 TYPE BOOLEAN VALUE "N".
03 reserved-6 TYPE BOOLEAN VALUE "N".
03 reserved-7 TYPE BOOLEAN VALUE "N".
END.
DEF get-x400-aux-name-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 175.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 aux-name-type PIC 9(4) COMP.
02 aux-name-node-num TYPE BINARY 32 UNSIGNED.
02 aux-name-seq-num PIC S9(4) COMP.
02 x400 aux-name TYPE X400 NAME
END.
HDR
is the UOW header. The UOW-CODE value is 175.
ITEM-ID
identifies the item whose auxiliary names are to be retrieved. To refer to an item
produced by a previous UOW within the same IPC, you can replace ITEM-ID with
ITEM-HANDLE, which is defined in the “Commonly Used Fields” subsection of
this manual.