I use the code below to export data to Access:
proc export data=proto.final
outtable="final"
dbms=access replace;
database="G:\CD Data\ccdbase8.mdb";
run;
Then have error:
ERROR: Libname PROTO is not assigned.
ERROR: Export unsuccessful. See SAS Log for details.
What should I do now?
Thanks!
SAS to Access
I use the code below to export data to Access:
proc export data=proto.final
outtable="final"
dbms=access replace;
database="G:\CD Data\ccdbase8.mdb";
run;
Then have error:
ERROR: Libname PROTO is not assigned.
ERROR: Export unsuccessful. See SAS Log for details.
What should I...
If I have SAS database of
-- multiple tables
-- mixture of continuous, discrete, categorical, and string variable types
-- categorical variable values are integer values each having a value label (format)
-- each variable (i.e. table column) also has a label
When converted to Access what do I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.