TRANSFER Reference Manual
DELETE-AUX-NAME
TISERV UOW Descriptions
2–186 069139, Update 1 to 40969 Tandem Computers Incorporated
DELETE-AUX-NAME
(UOW Code 179)
DELETE-AUX-NAME deletes an auxiliary TRANSFER recipient from an unsubmitted
package.
DEF delete-aux-name-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 179.
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.
END.
DEF delete-aux-name-rsp.
02 hdr TYPE UOW-HDR.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 179.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 179.
ITEM-ID
identifies the package from whose recipient list the auxiliary TRANSFER 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 auxiliary TRANSFER 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.
AUX-NAME-SEQ-NUM
specifies the sequence number for the auxiliary TRANSFER name to be deleted. If
the specified record does not exist, the error E-REC-NOT-FOUND is returned.