TRANSFER Reference Manual
CREATE-DLIST-C20
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–157
CREATE-DLIST-C20
(UOW Code 252)
CREATE-DLIST-C20 creates shared or private distribution lists.
DEF create-dlist-c20-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 252.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
02 sharing-attributes.
03 sharing-discipline PIC X.
03 reserved-1 PIC X(7) VALUE SPACES.
END.
DEF create-dlist-c20-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 252.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80).
02 sharing-attributes.
03 sharing-discipline PIC X.
03 reserved-1 PIC X(7) VALUE SPACES.
END.
HDR
is the UOW header. The UOW-CODE value is 252.
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.