TRANSFER Reference Manual
ALTER-GROUP-MEMBER
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–79
ALTER-GROUP-MEMBER
(UOW Code 247)
ALTER-GROUP-MEMBER revokes or grants group administrative privileges to an
existing member of the specified local interest group. The member must be a
correspondent and not a group.
DEF alter-group-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 247.
02 group-name PIC X(80) VALUE SPACES.
02 group-member-name PIC X(80).
02 member-is-admin TYPE BOOLEAN.
02 filler PIC X.
END.
DEF alter-group-member-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 247.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 group-name TYPE PIC X(80).
02 group-member-name TYPE PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 247.
GROUP-NAME
is the name of the local interest group for which a group member's administrative
privileges are to be altered. You can use a partially qualified name; in the
response, the fully qualified name is returned.
GROUP-MEMBER-NAME
is the name of a correspondent that is an existing member of the group named in
GROUP-NAME. You can use a partially qualified name; in the response, the fully
qualified name is returned.