I'm trying to use proc sql pass through with excel. I have had the same code and used it for awhile, but now I am getting an error that states the microsoft access engine could not find the object. Any suggestions on how to fix this problem?
Have you changed your version of Excel or your ODBC drivers? Or your OS? A lot of moving parts in such a system.
Always helps to post your code as well.
No changes. Here is a copy of the code and error:
proc sql dquote=ansi;
connect to excel (header=yes path="&filepath.\&filename.");
create table jude.sampling as
select * from connection to excel
(select * from strata);
ERROR: Describe: The Microsoft Access database engine could not find the object 'strata'.
Make sure the object exists and that you spell its name and the path name correctly. If
'strata' is not a local object, check your network connection or contact the server administrator.
As you can see, I am not trying to use access but excel. The name and path are correct.
Is Strata a sheet name or a named range?
Also, does the case match, ie strata vs Strata
Reeza wrote:
Is Strata a sheet name or a named range?
Also, does the case match, ie strata vs Strata
Strata was a sheet name and they were the same.
Next time I will try to be more clear from the beginning.
If your file is .xlsx, try to convert it to older format .xls and see if you can access that.
Thanks all, I found I had to put my worksheet name in [strata$] and that worked.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.