How do you read in a Microsoft Access File in SAS? More specifically, a .mdb file? Is there a certain code to use? Thanks!
Do a google search for "sas read mdb file", and see which of the many results correlates to your situation.
1. You need a licence for ACCESS to PC Files, or ACCESS to ODBC alternatively
2. Use Libname to access the data in place, or PROC IMPORT to copy the data into SAS storage.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.