BookmarkSubscribeRSS Feed
bobeng
Obsidian | Level 7

I am trying to create more than 10 footnotes in an ods excel using proc report. I used the code below which worked the first time, but now the footnotes will no longer print in excel, but but do appear in the sas output.

 

ods escapechar='~';
FOOTNOTE ' aaaaaaa ~n bbbbbbb ~n cccccccc ~n dddddddddd';
1 REPLY 1
Reeza
Super User
You can use ODS TEXT, or PROC ODSTEXT instead of FOOTNOTE. From the documentation SAS supports footnote1-footnote10.

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/n1ukd9sqgqiwwhn1mrx4c1rbse1j.htm

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
  • 1 reply
  • 1277 views
  • 0 likes
  • 2 in conversation