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

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

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
  • 85489 views
  • 1 like
  • 10 in conversation