| 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 |
|
| 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
|