LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 1997, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 8 Dec 1997 15:41:34 +0000
Reply-To:     Lauren Haworth 335-6697 <HAWORTHLA@CHR.MTS.KPNW.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Lauren Haworth 335-6697 <HAWORTHLA@CHR.MTS.KPNW.ORG>
Subject:      Re: MS ACCESS to SAS DATASET
In-Reply-To:  <66950c$knu$1@flood.weeg.uiowa.edu>
Content-type: TEXT/PLAIN; CHARSET=US-ASCII

There are a couple of options here:

(1) use ODBC and PROC SQL to read the data directly (there are several SUGI papers on this topic - SUGI 21, I think). Setting up an ODBC connection for SAS to read Access data is fairly straightforward. The reverse connection (reading SAS data from Access) is much trickier. (2) create a .DBF from your Access dataset and use SAS/ACCESS to read your data (see the SAS/ACCESS documentation).


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