TRANSFER Reference Manual

ADD-X400-AUX-NAME
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–51
ADD-X400-AUX-NAME
(UOW Code 174)
ADD-X400-AUX-NAME adds an existing X400 correspondent as an auxiliary user to a
package.
DEF add-x400-aux-name-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 174.
02 item-id.
03 dummy PIC X(12).
02 aux-name-type PIC 9(4) COMP.
02 aux-name-seq-num PIC S9(4) COMP.
02 x400-name.
END.
DEF add-x400-aux-name-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 174.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 aux-name-node-num TYPE BINARY 32 UNSIGNED.
02 aux-name-seq-num PIC S9(4) COMP.
END.
HDR
is the UOW header. The UOW-CODE value is 174.
ITEM-ID
identifies the item to which the auxiliary name is added. 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.
AUX-NAME-TYPE
specifies the type of auxiliary name that is to be added. The value of AUX-NAME-
TYPE determines which type of name is being added:
104 specifies an authorizing user.
105 specifies a "reply to" recipient.
Any other value of AUX-NAME-TYPE results in the error INVALID-AUX-
NAME-TYPE being returned.