Reverts a cluster table back to its unbound tables.
Requirement: | You must have Control access to the cluster table to undo it. |
specifies the name of an existing cluster table to undo.
proc spdo library=libref;
cluster undo Sales_History;
quit;