BookmarkSubscribeRSS Feed
fredbell
Fluorite | Level 6
Hi

I am not clear on why the below code generates this message in the table of contents under the report name. I would like it to read something like Click to see results. Any suggestions?

Also how do i change size of font in table of contents?

ODS HTML file='HTML_FILE.html'
contents='HTML_CONTENTS.html'
frame='Calls Handled.html';
ODS PROCLABEL "None Bedrock All LOB Calls Handled";

axis1 value=(height=8pt angle=90);
axis2 label=(angle=90 rotate=0);


proc gplot data = Totals_NoneBedrock;

title h=3 f=simplex "The Date is: %sysfunc(date(),worddate.)";
title2 h=4 f=simplex 'None Bedrock All Lobs Calls Handled through Time';
footnote h=3 f=simplex 'EDW vccart_sceintrvl agentcallshandled';
plot calls_handled*Date unknown*date / overlay haxis=axis1 vaxis=axis2;

symbol v = triangle I = j ci=black
w = 1 ;
label Date = ‘Date’;
run;
quit;

ods html close;

Thanks always.

Fred Message was edited by: fredbell
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
I believe what you see for SAS/Graph output in the table of contents is the information that comes from the PLOT statement. The DESC= option might alter the contents label that you see. Also, the ODS PROCLABEL statement will make an impact on the top level node in the TOC. This note:
http://support.sas.com/kb/11/888.html

Explains that in SAS 9.1, you cannot use DESC=' ' in order to "blank out" the description.

cynthia

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

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