TRANSFER Reference Manual
DEL-X400-AUX-NAME
TISERV UOW Descriptions
2–184 069139, Update 1 to 40969 Tandem Computers Incorporated
DEL-X400-AUX-NAME
(UOW Code 176)
DEL-X400-AUX-NAME deletes an auxiliary recipient from an unsubmitted package.
DEF del-x400-aux-name-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 176.
02 item-id.
03 dummy PIC X(12).
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.
END.
DEF del-x400-aux-name-rsp.
02 hdr TYPE UOW-HDR.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 176.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 deleted-name.
03 aux-name-type PIC 9(4) COMP.
03 aux-name-node-num TYPE BINARY 32 UNSIGNED.
03 aux-name-seq-num PIC S9(4) COMP.
03 x400-aux-name.
END.
HDR
is the UOW header. The UOW-CODE value is 176.
ITEM-ID
identifies the package from whose recipient list the auxiliary X400 recipient name
is to be deleted. This is the item ID of the header for that package. 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 X400 auxiliary name (authorizing user or "reply to" recipient)
that is to be deleted. The value in this field must be either 104 (authorizing user)
or 105 ("reply to" recipient). If one of these values is not specified, the error
E-INVALID-AUX-NAME-TYPE is returned.