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

Hello 

Can someone please advise how to export proc tabulate results properly to excel ?

I have some blank rows in the descriptor variables of he output?

 

Is there an easy way to get the results out neatly in excel?

 

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

The "easy" answer is ODS EXCEL. But since you haven't really been specific, its hard to say more.

 

ods excel file="mydrive\myfolder\excelfilename.xlsx";
proc tabulate;
...
run;
ods excel close;
--
Paige Miller

View solution in original post

4 REPLIES 4
PaigeMiller
Diamond | Level 26

The "easy" answer is ODS EXCEL. But since you haven't really been specific, its hard to say more.

 

ods excel file="mydrive\myfolder\excelfilename.xlsx";
proc tabulate;
...
run;
ods excel close;
--
Paige Miller
Ranjeeta
Pyrite | Level 9

Can someone advise how to neatly export proc tabulate results to excel 

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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