Date: Mon, 18 Mar 2002 13:29:03 -0500
Reply-To: Karl Kilgore <karlstudboy@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Karl Kilgore <karlstudboy@HOTMAIL.COM>
Subject: Re: ODS PDF Image in Title
In-Reply-To: <sc95af8d.017@firsthealth.com>
Content-Type: text/plain; charset="us-ascii"
Thanks, Kenneth. That did the trick. Is it just me, or is the
documentation for the ODS enhancements added to 8.1 and 8.2--well, how
shall I put it--a little sketchy? :-)
Karl
-----Original Message-----
From: Kenneth Moody [mailto:KennethMoody@firsthealth.com]
Sent: Monday, March 18, 2002 11:12 AM
To: karlstudboy@HOTMAIL.COM; SAS-l@listserv.uga.edu
Subject: Re: ODS PDF Image in Title
Karl,
We had a similar problem which was resolved when we changed the ods
escapechar to something which didn't occur in filenames. We've had
better luck using:
ods escapechar='^'; * that-s the hat character which appears over the
6;
HTH
|