|
Dale,
This won't get you exactly a clean libname reference, but to pull all the
ACCESS tablenames I pull the contents of the table msysobjects, then select
all the names where type=1 and the name does not start with 'msys'. That
gets you all the real tables (at least in the db that I work with). Then I
use a macro to pull over each table into SAS.
Dan
|