Date: Tue, 24 Jul 2001 15:58:55 -0700
Reply-To: "Smith, Curtis, Mr, DCAA" <Curtis.Smith@DCAA.MIL>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Smith, Curtis, Mr, DCAA" <Curtis.Smith@DCAA.MIL>
Subject: Re: ODS and proc tabulate output in RTF format
Content-Type: text/plain; charset="iso-8859-1"
ods rtf file='c:\foldername\filename.rtf' style=rtf;
proc tabulate...;
ods rtf close;
The style='rtf' option makes a big difference.
Susan Slaughter and others have papers in the SUGI 26 proceedings (available
on the SAS web site) that cover the ways to customize the output from the
tabulate, report, and print procedures.
-----Original Message-----
From: Connie Zhou [mailto:czhou1949@HOME.COM]
Sent: Tuesday, July 24, 2001 3:29 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: ODS and proc tabulate output in RTF format
I tried the ODS HTML format of proc tabulate and open it in MS word,
but the table had thick boarders and big cell size, takes a lot of
editting in word to get it to the way I wanted.
does anyone know how get an RTF output using ODS? and would the table
look as if it was created in word?
Many Thanks,
Connie
|