LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Kenneth Moody <KennethMoody@firsthealth.com>
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


Back to: Top of message | Previous page | Main SAS-L page