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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

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
  • 20 replies
  • 83045 views
  • 1 like
  • 10 in conversation