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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1799 views
  • 0 likes
  • 3 in conversation