Date: Wed, 9 Aug 2000 15:59:20 +0200
Reply-To: Frank Poppe <Frank.Poppe@PWCONS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Frank Poppe <Frank.Poppe@PWCONS.COM>
Organization: UUNET-NL (http://www.nl.uu.net)
Subject: Re: HTML Output in SAS V8
Les Quito <quito@IX.NETCOM.COM> wrote in message
news:20008813370341@ix.netcom.com...
> How do you NOT print in HTML Result the headers "SAS Output," "Page 1 of
1," and footers
> "File://C:\...," and date "08/08/2000"?
Les, How do you produce the HTML?
If I run for instance
ODS HTML File = 'x.html' ;
PROC REPORT nofs DATA = SAShelp.class ;
TITLE 'The Class data' ;
RUN ;
ODS HTML CLOSE ;
I don't get any of those strings in the file.
Frank Poppe
PW Consulting
SASŪ Software Expert Center
http://www.pwcons.com
|