BookmarkSubscribeRSS Feed
sascreatures
SAS Employee
I know the importing data from excel sheet to sas environment but my question is how to importing data from M.S acesses to sas environment.
3 REPLIES 3
Cynthia_sas
Diamond | Level 26
Hi:
If you have SAS/Access to PC File Formats, it includes the ability to read Microsoft Access, as well as Excel files:
http://support.sas.com/documentation/cdl/en/acpcref/59619/HTML/default/a003103770.htm

Referring to the documentation may help you figure out how to do your import. If that doesn't help, then you might consider contacting Tech Support for more help.

To find this reference, I searched on support.sas.com with the search string:
import "Microsoft Access"

cynthia
deleted_user
Not applicable
as per my knowledge we have import procedure to import most of datafiles and databases. for msaccess database we have both command and wizard mode.wizard is used from file menu, where as command goes like this.

proc import database=
datatable=<' tablename'>
out=
replace
dbms=access;(dbms identifier needed for msaccess 97).
run;
Doc_Duke
Rhodochrosite | Level 12
IF you have SAS ODBC licensed, you can link to the Access DB with ODBC and treat the tables like sas datasets by using the libname access to ODBC.

Doc

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

Discussion stats
  • 3 replies
  • 1372 views
  • 0 likes
  • 4 in conversation