Date: Thu, 25 Jan 2007 14:26:47 -0600
Reply-To: Joyce <joycegeorge@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joyce <joycegeorge@GMAIL.COM>
Subject: Re: BODYTITLE option
In-Reply-To: <9e2816460701251209k22307875n42536699758d2ef3@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Any thoughts?
On 1/25/07, Joyce <joycegeorge@gmail.com> wrote:
>
> Hi all,
>
> RTF file is not able to open, when I used BODYTITLE option in ODS RTF
> statement.
> Is there any way to overcome this. It is working fine without BODYTITLE
> option.
>
> FLNM='C:\TEST.RTF';
>
> ODS RTF FILE=FLNM STYLE=STYLES.MYSTYLE BODYTITLE;
> PROC PRINT;
> RUN;
> ODS RTF CLOSE;
>
> Thanks,
> Jo.
>
|