LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 13 Feb 2003 09:12:23 -0500
Reply-To:   "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject:   Re: Trying to create MS Access datasets from SAS in a scl
Comments:   cc: ninon <ndavi@AUFEMININ.COM>
Content-Type:   text/plain

> From: ninon [mailto:ndavi@AUFEMININ.COM] > I'm trying to create MS Access datasets from SAS using PC/SAS > 8.2 with PROC EXPORT like this : > > proc export > data =work.mytable > outtable = "tblCleverAccessTableName" > dbms = ACCESS REPLACE; > database = "c:\temp\mytable.mdb"; > run; > > But in the log I have this message : > ERROR: DBMS type ACCESS not valid for export.

you need dbms = access97

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov


Back to: Top of message | Previous page | Main SAS-L page