ods escapechar='~';
footnote1 h=4.0 c=black "~S={background=red}Utilization Level >= 95% ";
footnote2 h=4.0 bcolor=yellow c=black "Utilization Level 85%-94%";
proc print data=sashelp.class;run;
Thank you! That worked.
Code looks like this now:
footnote1 h=4.0 c=black "~S={background=red}Utilization Level >= 95% ";
footnote2 h=4.0 c=black "~S={background=yellow}Utilization Level 85%-94%";
footnote3 h=4.0 c=black "~S={background=green}Utilization Level 75%-84%";
footnote4 h=4.0 c=black "~S={background=light blue}Utilization Level <75%";
footnote5 h=3.0 c=black j=l "Date Created: %sysfunc(date(),worddate.)";
And results are posted as JPG attachement.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.