BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
newbornalive
Fluorite | Level 6

The Access Database Engine-64Bit 2010-14.0.7015.1000  package might be missing.

 

RW9
Diamond | Level 26 RW9
Diamond | Level 26

Two minor points.  First this post is 2 years old.  Second the title is dbms=excel, nothing to do with Access.

srinath3111
Quartz | Level 8

Hi,

 

try xlsx instead of xls.

 

proc export outfile= "path/filename.xlsx"

data=dataset name

dbms=excel

replace;

run;

 

 

Thanks

RW9
Diamond | Level 26 RW9
Diamond | Level 26

Please stop posting on a 2 year old closed thread!

newbornalive
Fluorite | Level 6
True but, it is what happened to my code and the IT team debugged it this way.
quickbluefish
Barite | Level 11
Hi - actually "Access" in this case has nothing to do with MS Access.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 20 replies
  • 85628 views
  • 1 like
  • 10 in conversation