TRANSFER Reference Manual

DELETE-DEPOT
TISERV UOW Descriptions
2–188 069139, Update 1 to 40969 Tandem Computers Incorporated
DELETE-DEPOT
(UOW Code 202)
DELETE-DEPOT deletes a correspondent and depot. This UOW can be issued only by
correspondents with system administrator write privileges.
DEF delete-depot-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 202.
02 corr-name PIC X(80).
02 force-flag TYPE BOOLEAN.
02 filler PIC X VALUE SPACE.
END.
DEF delete-depot-rsp.
02 hdr .
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 202.
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 202.
CORR-NAME
is the name of the correspondent whose depot is to be deleted. You can use a
partially qualified name, including wild-card characters. In the response, the fully
qualified name is returned. The deleted correspondent is automatically deleted
from all local interest groups of which the correspondent is a member, and from
the MEMBERS and ADMIN special distribution lists.
FORCE-FLAG
determines whether TISERV forces deletion even if the depot folders contain items
or packages or if any distribution lists defined for the depot contain members.
Y Force deletion.
N Do not force deletion. If the depot folders contain items or packages or if
any depot distribution lists contain members, the depot is not deleted, an
error indication is returned, and you should abort the transaction. If
distribution lists and folders are all empty, TISERV deletes the depot.