Hello everybody,
 
I am trying to verify if I had created my SAS Scalable Performance Data Server Library.
 
So far I have created my library, with server details and connection details as of the default tables' details. After that I tried to run the libname statement given and was prompted with error schemaname not found in SPD Name Server.
 
Default tables can be located at Products>SAS Quality Analytic Suite> SAS Asset Performance Analytics>Data Mart SPDS Tables.
 
Libname statement: LIBNAME test SASSPDS  IP=YES  LIBGEN=YES  Serv='1234'  HOST='hostname'  SCHEMA="schemaname"  AUTHDOMAIN="authdomainname" ALTPATH= YES;
                                  
If anybody has encountered this issue, please advice on the steps that is able to solve this issue.