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;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.