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 (April 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 18 Apr 2011 18:39:23 -0400
Reply-To:     "Viel, Kevin" <kviel@SJHA.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Viel, Kevin" <kviel@SJHA.ORG>
Subject:      ODS HTML Contents: controlling the listing
Content-Type: text/plain; charset="iso-8859-1"

I am somewhat happy with the canned HTML code that is created with:

ODS HTML Body = "A.HTML-body.htm" Contents = "A.HTML-contents.htm" Frame = "A.HTML-frame.htm" Path = "C:\NN" NewFile = Page ;

Proc Print Data = One ; By NN ; Run ;

ODS HTML Close ;

However, I think the "extraneous" information in the contents frame such as 1. The PRINT Procedure and Data Set One need to go. I can just hear 20 questions on what it is and can I make it look better distracting from the data in the other frame.

Any ideas how I might suppress this?

Thanks,

Kevin

Kevin Viel, PhD Senior Research Statistician Patient Safety & Quality International College of Robotic Surgery Saint Joseph's Translational Research Institute

Saint Joseph's Hospital 5671 Peachtree Dunwoody Road, NE, Suite 330 Atlanta, GA 30342

(678) 843-6076: Direct Phone (678) 843-6153: Facsimile (404) 558-1364: Mobile kviel@sjha.org

Confidentiality Notice: This e-mail, including any attachments is the property of Catholic Health East and is intended for the sole use of the intended recipient(s). It may contain information that is privileged and confidential. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please delete this message, and reply to the sender regarding the error in a separate email.


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