BookmarkSubscribeRSS Feed
vallsas
Pyrite | Level 9

Hi All, how to check an existing setup of va, whether visual statistic is there or not? also if vs exist how to open in the same browser? appreciate your suggestions and help. thanks

1 REPLY 1
SASKiwi
PROC Star

Start a SAS Studio session on SAS VA and submit this:

proc product_status; 
run;

proc setinit;
run;

You should see Visual Statistics components listed in your licence and in the products installed.

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1016 views
  • 0 likes
  • 2 in conversation