Hi
I am trying to export a SAS dataset to Access.
The code is:
PROC EXPORT DATA= MYLIB.NACRS2003
OUTTABLE= "NACRS2003"
DBMS=ACCESS REPLACE;
DATABASE="D:\Data Files\Data Release\NACRS.mdb";
RUN;
Where do I include the format statement so that the dates are in date9. format? How to list many?
Thanks.
Shelby
I am trying to export a SAS dataset to Access.
The code is:
PROC EXPORT DATA= MYLIB.NACRS2003
OUTTABLE= "NACRS2003"
DBMS=ACCESS REPLACE;
DATABASE="D:\Data Files\Data Release\NACRS.mdb";
RUN;
Where do I include the format statement so that the dates are in date9. format? How to list many?
Thanks.
Shelby