Adds a member to an existing cluster table.
Requirements: | You must have Control access to both the table and the cluster in order to add the table to the cluster. |
The candidate table must be in the same domain as the cluster and have the same structure as other tables in the cluster. See Member Table Requirements for Creating Dynamic Cluster Tables in SAS Scalable Performance Data Server: User’s Guide. |
specifies the name of an existing cluster table.
specifies the name of one or more new member tables. To specify multiple tables, use multiple MEMBER= statements. The new member tables are appended to the end of the specified cluster table’s member list.
Alias | MEM= |
proc spdo library=libref;
cluster add Sales_History
mem=sales201607
mem=sales201608
quit;