![]() ![]() |
|
DELETE-DISTRIBThe DELETE-DISTRIB command detaches (de-references) a component part file from a distributed file.
SyntaxDELETE-DISTRIB FileName PartNumber
Syntax Elements
NotesIf the user-defined partition method is used, you should ensure that the subroutine used for the partition algorithm does access the de-referenced file. If the system partition method is used, you should ensure that no keys are created which can read from or write to the de-referenced file.
ExampleDELETE-DISTRIB INVENTORY 42 Detaches (de-references) the 42nd part file from the distributed file INVENTORY. |