How to convert an ACCESS database into SAS files

This creates a library in which you will find all tables in the Access database.

libname johnwayne pcfiles path="C:\temp\this_is_access_data.accdb";

You will find a library (johnwayne in this example) in the SAS-Explorer window.

Leave a Reply