SPDO Procedure

CLUSTER DESTROY Statement

Deletes an existing cluster table and all of its members.

Requirement: You must have Control access to a cluster in order to destroy the cluster.
Interaction: The CLUSTER DESTROY statement is valid only when used on clusters that were created with the DELETE=YES option.
See: For detailed information about cluster tables, see “Dynamic Cluster Tables” in SAS Scalable Performance Data Server: User’s Guide.

Syntax

CLUSTER DESTROY cluster-tablename;

Argument

cluster-tablename

specifies the name of the cluster table to be deleted.

Details

To simply revert a cluster table back to its unbound tables, use the CLUSTER UNDO statement. See CLUSTER UNDO Statement.
Last updated: February 3, 2017