BookmarkSubscribeRSS Feed
aarony
Obsidian | Level 7

I want to export my sas data to excel.

proc export

  data=boardex.ticker

  dbms=xlsx

  outfile="c:\boardex\ticker.xlsx"

  replace;

run;

when I do this, I get an error message saying:

ERROR: XLSX is not yet supported by proc export

If I do replace XLSX with XLS, I get an error when I open the excel file.

Please let me know of your guidance.

Thank you.

2 REPLIES 2
Reeza
Super User

This is a tricky one, because there are so many set ups for SAS depending on SAS version (9.1/9.2/9.3), SAS bit (32/64), OS version (Windows XP, 7, 8, Unix), Excel version/bitness. Your best bet is to use the point and click export (File>Export) and save the code in a program, an option in one of the point and click windows. 

Ksharp
Super User

try 

dbms=excel

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

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
  • 2 replies
  • 1003 views
  • 0 likes
  • 3 in conversation