TRANSFER Reference Manual

DEL-GROUP-MEMBER
TISERV UOW Descriptions
2–180 069139, Update 1 to 40969 Tandem Computers Incorporated
DEL-GROUP-MEMBER
(UOW Code 248)
DEL-GROUP-MEMBER removes one or more local members of an interest group.
DEF del-group-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 248.
02 group-name PIC X(80) VALUE SPACES.
02 delete-all-flag TYPE BOOLEAN VALUE "N".
02 filler TYPE CHARACTER 1 VALUE SPACE.
02 num-wanted TYPE BINARY 16 UNSIGNED .
02 group-member-names PIC X(80) OCCURS 0 TO 5 TIMES
DEPENDING ON num-wanted.
END.
DEF del-group-member-rsp.
02 hdr TYPE UOW-HDR.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 248.
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.
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 248.
GROUP-NAME
is the name of the local interest group from which a direct group member is to be
deleted. You can use a partially qualified name; in the response, the fully
qualified name is returned.
DELETE-ALL-FLAG
specifies whether all group members should be deleted or only the group
members explicitly specified by NUM-WANTED and GROUP-MEMBER-NAME:
Y Delete all members. The NUM-WANTED field must be set to 0.
N Do not delete all members.
The default is N (do not delete all members), to protect against deleting all group
members accidentally.
NUM-WANTED
is the number of interest group members to be deleted.