TRANSFER Reference Manual
DELETE-GROUP
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–197
DELETE-GROUP
(UOW Code 245)
DELETE-GROUP deletes a local interest group and the group depot. The current
correspondent must be a system administrator with write privileges or the
correspondent that created the group. The PUBLIC special group cannot be deleted.
DEF delete-group-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 245.
02 group-name PIC X(80).
02 force-flag TYPE BOOLEAN.
02 filler PIC X(1) VALUE SPACE.
END.
DEF delete-group-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 245.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 group-name PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 245.
GROUP-NAME
is the name of the local interest group that is to be deleted. You can use a partially
qualified name; in the response, the fully qualified name is returned. The PUBLIC
special group cannot be deleted.
FORCE-FLAG
specifies whether TISERV is to force deletion of the group, even if the depot
folders contain items, if any user-created group distribution lists have members, or
if the group itself has members. (The special distribution lists MEMBERS and
ADMIN are excluded from the search for nonempty distribution lists.)
Y Force deletion.
N Do not force deletion. If the depot folders contain items, if the group has
members, or if the depot user-created distribution lists contain members,
an error is returned and the group is not deleted.