TRANSFER Reference Manual
DELETE-MEMBER
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–203
DELETE-MEMBER
(UOW Code 221)
DELETE-MEMBER deletes one or more members from a distribution list. Members
can be correspondent names, group names, or distribution list names.
DEF delete-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 221.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
02 num-wanted TYPE BINARY 16 UNSIGNED.
02 member-name OCCURS 0 TO 5 TIMES DEPENDING
ON num-wanted .
END.
DEF delete-member-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 221.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80).
02 dlist-name PIC X(80).
02 num-returned TYPE BINARY 16 UNSIGNED.
02 mbr-retn-code OCCURS 0 TO 5 TIMES DEPENDING ON
num-returned TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 221.
CORR-NAME
is the name of the correspondent represented by the calling process. You can
specify a partially qualified name, including wild-card characters. Only system
administrators can enter correspondent names other than their own in this field;
correspondents without system administrator privileges must enter their own
names or leave the field blank. In the response, the fully qualified name is
returned.
DLIST-NAME
is the name of the distribution list from which the new member is deleted. This
can be a partially qualified name, including wild-card characters. In the response,
the fully qualified name is returned.
NUM-WANTED
is the number of members to be removed from the distribution list. You can
specify any number of members, restricted only by the length of the entire IPC that