TRANSFER Reference Manual

CREATE-DLIST
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–155
CREATE-DLIST
(UOW Code 217)
CREATE-DLIST creates a distribution list.
DEF create-dlist-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 217.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
END.
DEF create-dlist-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 217.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 217.
CORR-NAME
is the name of the correspondent represented by the calling process. You can
specify a partially qualified name, including wild-card characters. If the
correspondent is an administrator of an interest group or is a system administrator
with write privileges, the correspondent can create shared group distribution lists.
In addition, nonadministrative group members can create group distribution lists
if the object-creation privileges flag in the group profile permits it. If the
correspondent does not have the proper authority, an
E-SECURITY-VIOLATION error is returned. In the response, the fully qualified
name is returned.
DLIST-NAME
is the name to be assigned to the new distribution list. The name must be either a
TRANSFER simple name or a fully qualified name. If a PUBLIC distribution list is
being created, the distribution list name must be unique among the set of local
interest group names, correspondent names, PUBLIC folder names, and PUBLIC
distribution list names. If the new distribution list name specified is not unique,
an E-CORR-ALREADY-EXISTS, E-GROUP-ALREADY-EXISTS, or E-PUBDL-
ALREADY-EXISTS error is returned.