BookmarkSubscribeRSS Feed
kriti
Calcite | Level 5

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.

1 REPLY 1
kij23
Calcite | Level 5

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;

sas-innovate-wordmark-gradient-background 3.pngSAS Innovate

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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
  • 1371 views
  • 0 likes
  • 2 in conversation