TRANSFER Reference Manual
CREATE-DEPOT
TISERV UOW Descriptions
2–152 069139, Update 1 to 40969 Tandem Computers Incorporated
CREATE-DEPOT
(UOW Code 201)
CREATE-DEPOT creates a new correspondent and depot. This UOW can be issued
only by correspondents with system administrator write privileges.
DEF create-depot-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 201.
02 new-corr PIC X(80).
02 model-name PIC X(80) VALUE SPACES.
END.
DEF create-depot-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 201.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 201.
NEW-CORR
is the name of the new correspondent. The name must be unique among the set of
correspondent names, interest group names, and PUBLIC distribution list names
defined at the local node. If the correspondent name specified is not unique,
an E-CORR-ALREADY-EXISTS, E-GROUP-ALREADY-EXISTS, or E-PUBDL-
ALREADY-EXISTS error is returned in the RETN-CODE field.
MODEL-NAME
is the name of an existing correspondent whose depot is used as a model depot.
The profile and the special folders for the model depot are used as a model to
construct the profile and the special folders for the new depot. The TRANSFER
delivery system copies the attributes (all profile records and special folder-
ordering criteria) of the model depot into the depot for the new correspondent. If
you do not specify a model name in this field, the TRANSFER delivery system
uses the default model depot.