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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 341 views
  • 0 likes
  • 2 in conversation