LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page