Skip to main content

Posts

Showing posts from March, 2017

SAS Visual Analytics libname statement

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. 

How to launch SAS Visual Data Builder

SAS Visual Data Builder can be launched by one of the following methods. Go to SAS Visual Analytics Homepage and select a query. SAS Visual Analytics is web based tool so you will have a link to launch it. Once the query is selected click on the Edit. You can also double click the query to open SAS Visual Data Builder. Easy way is to click on Prepare Data on SAS Visual Analytics Homepage.