For SAS Visual Analytics we use LASR server. For LASR server engine we use is SASIOLA. So the libname statement will be: LIBNAME MKTNG SASIOLA TAG=MKT PORT=10011 HOST="hostname" SIGNER="hostname:80/SASLASRAuthorization" ; In above command MKTNG is the libref and MKT is the tag. The port for SAS LASR server is 10011. Like any other SAS database connection you have an entry in Library. And the Library will be connected to Database which has connection. In options you need specify following details. Port Number - 10011 High Performance Analytics Environment Host - <Your host where SAS is installed> LASR Authourization service location - http://hostname:80/SASLASRAuthorization Usually your hostname with SASLASRAuthourization.
Blog about SAS® platform administration and working with SAS metadata.