None SPD Cluster Tables in SAS 9? -


i trying build cluster table have discovered/realised proc spdo not present in base sas version 9 so:

proc spdo library = clusters; cluster create mycluster mem = member1; mem = member2; mem = member3; ... quit; 

is there way build cluster object using base libraries , tables in version of sas?

thanks


Comments

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -