Hi i am trying to color the heading of the report that is the Title of the Report using Proc Report.Can anyone guide me reagrding this.Its NOT the Header color.
Try below code, with this you can color every word in the title statement differently.
ods html file='test.xls';Proc print data=sashelp.class;title c=cyan "rainy" c=red "day";
run;
ods html close;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Browse our catalog!