I use these code
libname CARS515 "/folders/myfolders/HW1/CARS515";
proc import out=CARS515.CARS_DET datatable='CARS_DET' dbms=access replace;
database='/folders/myfolders/Cars_Det.mdb';
run;
the error is dbms= access is not working.
After I change access to accessCS
the error is
The ACCESSCS requires a PC Files Server to function.
Are you running SAS on UNIX/Linux? The a PC Files Server is requires as I recall it.
I agree with Linus. SAS 9.4 needs the SAS PC File Server using ACCESSCS to work on Unix. Please confirm your SAS server is running on Unix/Linux. The operating system is shown at the top of your SAS log when you first start SAS.
This link is useful:
Also please confirm that SAS/ACCESS to PC Files is licensed: proc setinit noalias; run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.