| Date: | Mon, 12 Aug 2002 22:16:57 +1000 |
| Reply-To: | Doug <queanbeyan@HOTMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Doug <queanbeyan@HOTMAIL.COM> |
| Subject: | Re: ods question |
|---|
Chris
Thanks for your prompt response - works just fine now.
Cheers
Doug
"Christoph Helwig" <Christoph.Helwig@QUINTILES.COM> wrote in message
news:OF57D70C40.DFB172A1-ONC1256C13.003B7C54@qffm.quintiles.com...
> 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
|