TRANSFER Reference Manual
CREATE-FOLDER
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–161
CREATE-FOLDER
(UOW Code 227)
CREATE-FOLDER creates a new folder. This UOW is maintained for version
compatibility with previous TRANSFER versions. CREATE-FOLDER-B00 is the
recommended UOW.
DEF create-folder-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 227.
02 corr-name PIC X(80) VALUE SPACES.
02 folder-name PIC X(80).
END.
DEF create-folder-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 227.
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 227.
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
correspondent name is returned.
FOLDER-NAME
is the name to be assigned to the new folder. The name must be either a
TRANSFER simple name or a fully qualified name.