Hi Tushar, Try to check this one as well... You can only perform four functions on a dynamic cluster table: creating a cluster, undoing a cluster, adding tables, and listing member tables. To perform any function other than these four, you must first undo the cluster with the CLUSTER UNDO command. Then, any changes must be made to all individual tables in the cluster. Once changes are made, you can re-create the cluster using the CLUSTER CREATE command. All member SAS SPD Server tables in a cluster must be identical; that is, they must have the same definitions for columns names, column widths, table indexes, formats on the columns, partition size, compression ON/OFF, and so forth. You cannot change table names, column names, column formats, indexes, or anything else about any member table, including the cluster name. The owner of all member tables must be the same. To create a cluster, the owner of the cluster must be the same user that owns the member table. For example, suppose USER1 creates a table, and USER2 also creates a table. These tables cannot be members of the same cluster, regardless of what ACL permissions are granted on the tables Regards Uma Shanker Saini
... View more