BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Mushy
Quartz | Level 8

Hello,

 

Is it possible to get a report on  the server installation directory of the SAS Access clients such as Oracle or SQL server?

 

Thanks,

Mushy

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

AFAIK, no. PROC PRODUCT_STATUS will tell you what SAS/ACCESS products are installed, but not the installation directories. PROC OPTIONS will tell what your main SAS CONFIG file is:

proc options option = config;
run;

You can then view this file to see where most products are installed. ACCESS products are all together in a folder called ACCESS ("!SASROOT\access\sasexe").

View solution in original post

1 REPLY 1
SASKiwi
PROC Star

AFAIK, no. PROC PRODUCT_STATUS will tell you what SAS/ACCESS products are installed, but not the installation directories. PROC OPTIONS will tell what your main SAS CONFIG file is:

proc options option = config;
run;

You can then view this file to see where most products are installed. ACCESS products are all together in a folder called ACCESS ("!SASROOT\access\sasexe").

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 475 views
  • 1 like
  • 2 in conversation