TRANSFER Reference Manual

ADD-MEMBER
TISERV UOW Descriptions
2–36 069139, Update 1 to 40969 Tandem Computers Incorporated
ADD-MEMBER
(UOW Code 220)
ADD-MEMBER adds one or more members to a distribution list. These members can
be correspondents, interest group names, private distribution lists, and group
distribution lists. ADD-MEMBER can also accept a shared distribution list name as the
target distribution list, so that interest group members with the proper privileges can
add distribution list members to distribution lists owned by the group. The ADD-
X400-MEMBER UOW adds X400 recipients to a distribution list.
DEF add-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 220.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
02 num-wanted TYPE BINARY 16 UNSIGNED VALUE 1.
02 member-name PIC X(120)
OCCURS 0 TO 5 TIMES
DEPENDING ON num-wanted.
END.
DEF add-member-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 220.
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 220.
CORR-NAME
is the name of the correspondent represented by the calling process. The name can
be partially qualified, and can include 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.