TRANSFER Reference Manual
ADD-GROUP-MEMBER
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–27
ADD-GROUP-MEMBER
(UOW Code 246)
ADD-GROUP-MEMBER adds existing local correspondents or groups as members of
the specified interest group.
DEF add-group-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 246.
02 group-name PIC X(80) VALUE SPACES.
02 num-wanted TYPE BINARY 16 UNSIGNED.
02 group-members PIC X(80) OCCURS 0 TO 5 TIMES
DEPENDING ON num-wanted.
03 group-member-name PIC X(80).
03 member-is-admin TYPE BOOLEAN.
03 filler PIC X.
END.
DEF add-group-member-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 246.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 group-name PIC X(80).
02 num-returned TYPE BINARY 16 UNSIGNED.
02 mbr-retn-code TYPE BINARY 16 OCCURS 0 TO 5 TIMES
DEPENDING ON num-returned.
END.
HDR
is the UOW header. The UOW-CODE value is 246.
GROUP-NAME
is the name of the local interest group to which one or more group members are to
be added. You can use a partially qualified name; in the response, the fully
qualified name is returned.
NUM-WANTED
is the number of group members to be added by this UOW. You can specify any
number of members, restricted only by the length of the entire IPC that contains
this UOW.
GROUP-MEMBERS
specifies the names and administrative privileges of each new group member.