Can indexes be reorganized of SAS SPDS Cluster tables? i.e. Can IXUTIL commands be run directly on SAS Cluster tables ( without unclustering first).
I tried running on the cluster tables with various alterations but so far only getting errors like:
- Segmentation fault
- Could not Reorg Index Index_name
- Could not open dataset dataset_name
This makes me think that probably IXUTIL commands are not made for SAS SPDS Cluster tables
When I uncluster the cluster table and run the IXUTIL commands on individual members, the commands run fine. I have searched a lot on the internet for clues, hints etc have not found a thing.