| Date: | Fri, 1 Oct 2010 14:07:04 -0700 |
| Reply-To: | SAS_learner <proccontents@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | SAS_learner <proccontents@GMAIL.COM> |
| Subject: | Re: How to get over this warning ?? |
|
| In-Reply-To: | <201010011915.o91AqJ0M028259@willow.cc.uga.edu> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
Thank you Art, Ya McCoy
The warning went off when I had the Goptions Reset = all before the Rtf
statement .
thanks for your suggestions .
thanks
On Fri, Oct 1, 2010 at 12:15 PM, Arthur Tabachneck <art297@netscape.net>wrote:
> Similar to Ya's suggestion, but not requiring changing drivers, take a
> look at:
>
> http://www.listserv.uga.edu/cgi-bin/wa?A2=ind1001e&L=sas-l&P=10719
>
> HTH,
> Art
> -------
> On Fri, 1 Oct 2010 15:12:55 -0400, Ya Huang <ya.huang@AMYLIN.COM> wrote:
>
> >Find your goptions statement, and change the dev=psll to
> >dev=sasemf.
> >
> >On Fri, 1 Oct 2010 12:03:01 -0700, SAS_learner <proccontents@GMAIL.COM>
> >wrote:
> >
> >> options nobyline;
> >> ods listing close;
> >> ods path sasuser.templat(update) sashelp.tmplmst(read);
> >> ods rtf file="/biostats/cnf120st/120st104/csr/dev/crf_toc.rtf"
> >>style=styles.crf_rtf ;
> >>
> >>WARNING: Unsupported device 'PSLL' for RTF destination. Using default
> >device
> >>'SASEMF'.
> >>
> >>NOTE: Writing RTF Body
> >file: /biostats/cnf120st/120st104/csr/dev/crf_toc.rtf
>
|