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 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 12 Aug 2002 12:51:12 +0200
Reply-To:   Christoph.Helwig@QUINTILES.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Christoph Helwig <Christoph.Helwig@QUINTILES.COM>
Subject:   Re: ods question
Comments:   cc: Doug <queanbeyan@HOTMAIL.COM>
Content-type:   text/plain; charset=us-ascii

Hi Doug,

use

Proc Tabulate contents='Services by State';

HTH, Christoph

Doug <queanbeyan@HOTMAIL.COM>@LISTSERV.UGA.EDU> on 12/08/2002 12:30:20

Please respond to Doug <queanbeyan@HOTMAIL.COM>

Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>

To: SAS-L@LISTSERV.UGA.EDU cc: (bcc: Christoph Helwig/QFFM/Quintiles)

Subject: ods question

Hi there,

I am looking to expand my ods knowledge. I am using SAS 8.2 at work, 8.1 at home and 8.1 at Uni - all on Windows PCs.

My question is if I use something like the following code:

ods html page='c:\file.htm' body='c:\body.htm' contents='c:\cont.htm' frame='c:\frame.htm' newfile=page style=dougrtf ; ods proclabel 'Service Information';

etc... how can I rename or change the subtitles in the contents and frame components. I would like to get something like:

1. Service information Services by State Table 1

Currently I get 1. Service information - Tabulate output - Table 1 Do I need to write a new template or can I change the subtitle in open code?

Thanks

Doug


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