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 (July 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 19 Jul 2001 15:30:55 -0400
Reply-To:   Ernest Bowling <ernest.bowling@JWS.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Ernest Bowling <ernest.bowling@JWS.COM>
Subject:   Re: Table of contents in ODS HTML with Proc Tabulate
Comments:   To: Ron Smith <rsmith@PCC.EDU>

Don't put the semicolons after the body and contents lines.

Should be: ods html body='c:\body.html' contents= 'c:\content.html' frame='c:\frame.html';

Ernest

On Thu, 19 Jul 2001 11:52:31 -0700, Ron Smith <rsmith@PCC.EDU> wrote:

>Hi again, > >I followed the procedure on page 34 of Output Delivery System: The Basics >to create a Table of Contents and a frame file. >I did this in an attempt to creat these for PROC TABULATE output. > >Nada, nothing, zip. Still had the body.html file, but no contents and no >frames. > >here is the ods code > >(filenames changed to protect the innocent) > >ods html body='c: .html'; > contents= 'c:\content.html'; > frame='c:\frame.html'; > >Then the two Proc Tabulates I have been experimenting with and then > >ods html close; > >Ron > >********************************************************** >Ronald Smith >Research Evaluation Coordinator >Institutional Research >Portland Community College >P. O. Box 19000, Portland, OR 97280-0990 >Tel: (503) 614-7706; Fax: (503) 645-0894 >rsmith@pcc.edu >**********************************************************


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