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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

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