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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 744 views
  • 0 likes
  • 2 in conversation