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

I am new to sas and sas studio. Trying to import data from access2000 dabase but it is importing the data.

Getting error : no localhost found and running on sas studio linux x64 VM.

 

Could you please help ?

 

proc import dbms=accesscs
            out=WORK.IMPORT  replace
            table='history';
   port=8621;
   server="localhost";
   database='/folders/myfolders/abc/data.mdb';
run;


database='/folders/myfolders/abc/data.mdb';
run;

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

Importing .mdb files requires Microsoft Data Access Objects, which is only available on Windows. Since SAS UE runs in a Linux VM, you won't be able to do this. Export from Access to .csv, and import that.

"localhost" within the UE VM adresses the VM itself, and not the PC Files server.

View solution in original post

3 REPLIES 3
Kurt_Bremser
Super User

Importing .mdb files requires Microsoft Data Access Objects, which is only available on Windows. Since SAS UE runs in a Linux VM, you won't be able to do this. Export from Access to .csv, and import that.

"localhost" within the UE VM adresses the VM itself, and not the PC Files server.

rajasekharba
Fluorite | Level 6

Thank You Tom!

rajasekharba
Fluorite | Level 6

Thank You KurtBremser!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 3 replies
  • 1856 views
  • 2 likes
  • 2 in conversation