| Date: | Fri, 18 Mar 2005 10:54:37 -0500 |
| Reply-To: | Mike Rhoads <RHOADSM1@WESTAT.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Mike Rhoads <RHOADSM1@WESTAT.COM> |
| Subject: | Re: Title of HTML output documents |
| Content-Type: | text/plain; charset="us-ascii" |
I got a very quick response back from tech support, apologizing for the
omission and assuring me that it would appear in the 9.2 documentation
when that comes out. They also mentioned that it does appear in one of
the ODS MARKUP examples.
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Mike Rhoads
Sent: Friday, March 18, 2005 8:18 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: Title of HTML output documents
When I saw the question, I was pretty sure I had encountered an easy way
of doing that, but couldn't remember the syntax.
Later in the day, when I had a little time, I looked in the ODS
documentation. Couldn't find it, either as an ODS HTML option, or as a
separate ODS statement. I wound up going back to an old program of mine
to get the syntax. I finally did find it in an FAQ on the SAS web site,
but nowhere else. http://support.sas.com/faq/035/FAQ03594.html
So it's not very surprising that people don't know how to do this. I'm
planning to send the documentation omission in to tech support, to see
if it gets fixed (at least in the next version).
Mike Rhoads
Westat
RhoadsM1@Westat.com
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
ajs2004@BIGFOOT.COM
Sent: Friday, March 18, 2005 5:17 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: Title of HTML output documents
Thanks to everyone who responded with this simple solution:
ods html body="myoutput.htm" (title="...Your document title here...");
Some commented on the difficulty of finding this - indeed, I couldn't
find it in the so-called "Complete" Guide to the SAS Output Delivery
System
http://support.sas.com/rnd/base/early-access/odsdoc2/sashtml/tw5195/z042
4974.htm
or in
http://v8doc.sas.com/sashtml/ods/z0424974.htm
or
http://v8doc.sas.com/sashtml/lgref/z1332126.htm
Today, I found that someone asked the same question on this group _five
years_ ago, and was given the same solution, and made the same comment
about not being able to find it in the documentation.
|