TRANSFER Reference Manual
ADD-AUX-NAME
TISERV UOW Descriptions
2–24 069139, Update 1 to 40969 Tandem Computers Incorporated
ADD-AUX-NAME
(UOW Code 177)
ADD-AUX-NAME adds an existing TRANSFER correspondent as an auxiliary user to
a package.
DEF add-aux-name-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 177.
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 aux-name PIC X(120).
END.
DEF add-aux-name-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 177.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 aux-name-seq-num PIC S9(4) COMP.
02 accepted-name PIC X(120).
END.
HDR
is the UOW header. The UOW-CODE value is 177.
ITEM-ID
is the item ID of the item to which the auxiliary name is added. To refer to an
auxiliary name 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 "reply to" recipient.
The TRANSFER delivery system returns the error 4163, E-INVALID-AUX-NAME,
if any other value is supplied.