BookmarkSubscribeRSS Feed
PhillipSherlock
Obsidian | Level 7

I know that there is a discussion on this topic (, but I can't seem to be able to figure out the final product.  Does anyone have a documented process for accomplishing this task? I tried the following without any luck:

libname TAP2015 'C:\Users\V\Desktop\TAPDB_For SCRR\TAP Jan 2015';

%let dbname = C:\Users\V\Desktop\TAPDB_For SCRR\TAP Data Bi-annual end dec 31 2014\TAPData_1_12_2015.mdb;

%let tablelist = ABCProgramType

ActionItemDisposition

ActionPlan

ActionPlanType

Activity   

AgeGroup

ApAssessmentTool 

ApProgramSize;

%let filename = ABCProgramType;

proc import out = TAP2015.&filename

datatable = "&filename"

dbms = access replace;

database = "&dbname";

run;

Thank you for your time.

3 REPLIES 3
ballardw
Super User

Without any luck

If there were errors it would help to post them.

If the results were not as expected describe the unexpected results such as not all tables imported, only one, variables not of expected type or some detail.

PhillipSherlock
Obsidian | Level 7

I received the following error message:

ERROR: Unable to open file C:\Users\V\Desktop\TAPDB_For SCRR\TAP Data Bi-annual end dec 31 2014\TAPData_1_12_2015.mdb. It does not 

      exist or it is already opened exclusively by another user, or you need permission to view its data.

ballardw
Super User

If you have opened the database then MS Access locked it and you can't use this method.

Or double check the exact name and path, once in awhile a not-obvious space creeps into a path:

TAPDB_For SCRR or

TABDB_For  SCRR   <= 2 spaces

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1162 views
  • 0 likes
  • 2 in conversation