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
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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.