Restoring Removed or Replaced Cluster Table Members

You use the CLUSTER FIX statement when you need to restore removed or replaced cluster member tables to a writable state. The following PROC SPDO code repairs server table Sales201512, which once was a member of cluster table Sales_History.
proc spdo library=libref;
   cluster fix sales201512;
quit;
Last updated: February 8, 2017