BookmarkSubscribeRSS Feed
PGStats
Opal | Level 21

Hi friends,

 

How can I read MS-Access data on SODA? What server name should I specify in my LIBNAME statement? Do I need to also specify a PORT number?

 

libname STM PCFILES SERVER=?? path="/home/pg/sasuser.v94/STM/myDB.accdb" access=readonly;

Thanks.

PG
3 REPLIES 3
JBailey
Barite | Level 11

Hi @PGStats 

 

SERVER= points to the machine where SAS PC Files Server is running; your SAS admin may be able to provide this information to you. SERVER= can be a computer name (mycomp120), a full network name (mycomp120.mycompany.com), or an IP address (111.111.111).

If you are connecting from UNIX SERVER= is required. On Windows clients, if you omit SERVER= it invokes AUTOSTART.

 

PORT= specifies the port the SAS PC Files Server is listening on. The default is 9621. If SAS was configured to use a different port, you must specify PORT=. Once again, your SAS admin can tell you the values to use. 

 

Just in case you want to look at the doc: https://go.documentation.sas.com/?docsetId=acpcref&docsetTarget=n1qk7lv0f535qkn1mydookwetyrp.htm&doc...

 

Best wishes,

Jeff

PGStats
Opal | Level 21

Thank you Jeff. I don't understand how to apply your advice to my use of SAS OnDemand for Academics. How can I reach my SAS admin (ultimately, someone from SAS, I guess) there?

PG
JBailey
Barite | Level 11

Hi @PGStats 

 

I have never used SAS OnDemand for Academics. SAS/ACCESS to PC Files may not be included.

 

You can find help here - https://support.sas.com/en/software/ondemand-for-academics-support.html#get-help

 

Best wishes,
Jeff

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2096 views
  • 0 likes
  • 2 in conversation