|
PROC EXPORT will do so (create a new access database if it doesn't already
exist).
PROC EXPORT data=(whatever) outtable=(table name) dbms=access replace;
database=(.mdb file);
run;
-Joe
On Wed, Feb 18, 2009 at 2:04 PM, Norris, Paul <Paul.Norris@ucsf.edu> wrote:
> Is it possible to create a new Access database from SAS?
>
> I have a client for whom I create a delivery in the form of an Access
> database every month, and it would be helpful to be able to create the
> delivery vehicle in SAS, as opposed to just loading data into it.
>
> Thanks,
>
> Paul Norris
> UCSF
>
|