| Date: | Tue, 24 Jul 2001 15:38:34 -0700 |
| Reply-To: | Ron Smith <rsmith@PCC.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Ron Smith <rsmith@PCC.EDU> |
| Subject: | Re: ODS and proc tabulate output in RTF format |
|
| In-Reply-To: | <t3trlt4kfnee06cp45ng52tf5a74mr58ol@4ax.com> |
| Content-Type: | multipart/alternative;
|
|---|
At 10:28 PM 07/24/2001 +0000, Connie Zhou wrote:
>does anyone know how get an RTF output using ODS? and would the table
>look as if it was created in word?
Connie,
I am pretty new at this, but this worked to get the default ODS tables--in proc
tabulate.
Before proc tabulate started
ods rtf file='c:yourfilename.rtf';
right after proc tabulate
ods rtf close;
I am cruising through the template procedure documentation this afternoon, and
will be ordering
the ODS guide Any Day Now. (I have Lauren Haworth's book and it is excellent)
Ron
>Many Thanks,
>
>
>Connie
**********************************************************
Ronald Smith
Research Evaluation Coordinator
Institutional Research
Portland Community College
P. O. Box 19000, Portland, OR 97280-0990
Tel: (503) 614-7706; Fax: (503) 645-0894
rsmith@pcc.edu
**********************************************************
[text/html]
|