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
Obsidian | Level 7
Hi - actually "Access" in this case has nothing to do with MS Access.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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