This works for me:
PROC EXPORT DATA=stuff
OUTTABLE='my_stuff'
DBMS=ACCESS REPLACE;
DATABASE='c:\foldername\foldername\my_stuff_database1.accdb';
RUN;
Note: access not accesscs. No, I don't know why.
ACCESSCS is used for 64-bit systems, so try different DBMS options, like ACCESS, ACCESS97, ACCESS2003, etc. Also, unless you have an old version of Access (2003 or older), then you should be able to use .accdb instead of .mdb.
If you try these and still can't get the export to work then you could be a missing driver or other Access file.
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 lock in 2025 pricing—just $495!
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.