SPDO Procedure

CLUSTER FIX Statement

Restores removed or replaced members of a cluster table to a writable state.

See: For detailed information about cluster tables, see “Creating and Using Dynamic Cluster Tables” in SAS Scalable Performance Data Server: User’s Guide.

Syntax

CLUSTER FIX member-table-name;

Argument

member-table-name

specifies the name of the member table that you want to repair.

Details

When a cluster member table is removed with the CLUSTER REMOVE statement or replaced with the CLUSTER REPLACE statement, the table becomes visible as a separate table, but the table remains in a read-only state. The CLUSTER FIX statement restores the member table to a writable state.
Last updated: February 3, 2017