TRANSFER Reference Manual

DELETE-RECIP
TISERV UOW Descriptions
2–208 069139, Update 1 to 40969 Tandem Computers Incorporated
DELETE-RECIP
(UOW Code 115)
DELETE-RECIP deletes a recipient from a package recipient list.
DEF delete-recipient-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 115.
02 item-id.
03 dummy PIC X(12).
02 recip-name PIC X(120).
END.
DEF delete-recipient-name-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 115.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 115.
ITEM-ID
identifies the package from whose recipient list the recipient 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.
RECIP-NAME
is the name of the recipient to be deleted. This field must match exactly the
recipient name as stored in the list. If the name was added by the ADD-RECIP
UOW with deferred resolution, the stored name can contain wild-card characters;
in this case, you must specify exactly that pattern, including wild-card characters.
Wild-card characters in RECIP-NAME are not expanded; instead, they are treated
as any other characters in determining whether RECIP-NAME matched a name in
the list.