BookmarkSubscribeRSS Feed
Naveen1111
Calcite | Level 5

Hi All,

 

can anyone tell me why I m getting this error while importing access file.

 

proc import
out=vinay
table=flight
dbms=accesscs
replace;
database="C:\Users\abc\Desktop\ak.mdb";
run;

 

output

 

proc import
2 out=vinay
3 table=flight
4 dbms=accesscs
5 replace;
6 database="C:\Users\abc\Desktop\appu.mdb";
7 run;

ERROR: Failed to connect to the Server: .
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):
real time 0.00 seconds
cpu time 0.09 seconds

 

 

1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 659 views
  • 0 likes
  • 2 in conversation