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 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Connie Zhou <czhou1949@HOME.COM>
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


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