BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DavidPhillips2
Rhodochrosite | Level 12

Is there a way to check if Base SAS is installed on Enterprise Guide 8.2 in the earlier versions you have the option of selecting no profile and then using it.

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

Even in 8.2/8.3 you can check Help->About SAS Enterprise Guide, then look at Configuration Details:

 

ChrisHemedinger_0-1644426305389.png

 

If you don't see a SAS version and command, then no local SAS was detected. And thus Local server won't be available for use.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

View solution in original post

5 REPLIES 5
DavidPhillips2
Rhodochrosite | Level 12

To clarify I'm trying to connect to local in Enterprise Guide 8.2 to download datasets from a server to my workstation.

ChrisHemedinger
Community Manager

See the article here Using SAS Enterprise Guide with your local SAS installation -- it shows how to check whether SAS is installed and registered on your local machine.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.
DavidPhillips2
Rhodochrosite | Level 12

These are the steps for 7.1.  In 8.2 I connected to no profile but I'm not sure if that means Base SAS or not, the view is very different.  After connecting to no profile and trying to run a SAS program the run button is grayed out.

ChrisHemedinger
Community Manager

Even in 8.2/8.3 you can check Help->About SAS Enterprise Guide, then look at Configuration Details:

 

ChrisHemedinger_0-1644426305389.png

 

If you don't see a SAS version and command, then no local SAS was detected. And thus Local server won't be available for use.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.
DavidPhillips2
Rhodochrosite | Level 12

Since 8.2 is not installed I'm going to try to use BASE SAS on 7.1.  When I try to connect to a library in Enterprise Guide 7.1 it looks like the library is not recognized.  I found documentation to connect to a metadata server from base SAS but not how to connect to a library.  What is the correct libname call?

 

options metaserver="servername"
metaport=8561 /* The port on which the metadata server is listening. */
metauser="xxx" /* The domain-qualified user ID for the connection to *//* the metadata server. */
metapass="xxx" /* Password*/
metaprotocol=bridge /* Protocol for the metadata server. */
metarepository=Foundation;
/*this is the line I'm trying to figure out*/
libname mylibname  '//servername/Shared Data/VCU/libraryname/Libraries';

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 1222 views
  • 0 likes
  • 2 in conversation