Date: Thu, 25 Jan 2007 14:33:14 -0600
Reply-To: Yu Zhang <zhangyu05@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Yu Zhang <zhangyu05@GMAIL.COM>
Subject: Re: BODYTITLE option
In-Reply-To: <9e2816460701251226v44195aedhdcc169de6ba1ad94@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Joyce,
couldn't replicate it in sas v9. what vesion of SAS you are using?
On 1/25/07, Joyce <joycegeorge@gmail.com> wrote:
>
> 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.
> >
>
|