TRANSFER Reference Manual
CREATE-GROUP
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–175
CREATE-GROUP
(UOW Code 244)
CREATE-GROUP creates a new interest group and a group depot. This UOW can
only be issued by a system administrator with write privileges, unless the interest
group creation flag indicates that system administrator authority is not required for
interest group creation.
DEF create-group-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 244.
02 new-group PIC X(80).
02 model-group PIC X(80) VALUE SPACES.
02 initial-member PIC X(80) VALUE SPACES.
END.
DEF create-group-rsp.
02 hdr
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 244.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 initial-member PIC X(80) VALUE SPACES.
END.
HDR
is the UOW header. The UOW-CODE value is 244.
NEW-GROUP
is the name of the new interest group. The new group name must be unique with
respect to all other local group names, correspondent names, and PUBLIC
distribution list names currently defined. The group name need not be unique
with respect to other group names defined in the network.
MODEL-GROUP
is the name of an existing local interest group whose depot is to be used as a
model group. The profiles and special folders of the model group are used to
construct the profiles and special folders for the new group. If this field is blank,
the TRANSFER delivery system uses the default model group depot, whose
default name is MODEL-GROUP.
INITIAL-MEMBER
is the name of an existing local correspondent that is to be added as an initial
group member having group administrative privileges. This field is optional and
should be left blank if no initial group member is desired. If a name is supplied in
this field, the fully resolved form of the name is returned in the response.