Hi there,
I have Figure which has more than 10 footnotes to be displayed. Is there any option in SAS to display more than 10 footnotes as we do in PROC REPORT using compute block statement.
Actually, You can use one footnote to hold all these footnote: ods escapechar='~'; FOOTNOTE ' aaaaaaa ~n bbbbbbb ~n cccccccc ~n dddddddddd';
Can you have one footnote with multiple lines?
Or use ODS text?
Yes, I have idea of using multiple footnotes in one Footnote statement. and also by using ODS text statement does the text print outside the graph area.
Actually, You can use one footnote to hold all these footnote: ods escapechar='~'; FOOTNOTE ' aaaaaaa ~n bbbbbbb ~n cccccccc ~n dddddddddd';
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!
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.
Ready to level-up your skills? Choose your own adventure.