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 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 31 Mar 2004 11:44:03 -0600
Reply-To:     "Dunn, Toby" <tdunn@TEA.STATE.TX.US>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Dunn, Toby" <tdunn@TEA.STATE.TX.US>
Subject:      ODS/PDF/Adobe 6 problem
Content-Type: text/plain; charset="us-ascii"

Sorry for the wrong subject last time.

Okay after trying text="~n" and it not working and then talking to SAS tech support. They seem to think its an adobe 6 problem and said upgrade to 9.1. So let's try this again.

The code basically looks like this:

Data _null_;

Put /'0D'x;

Run; Wraped in an ods wrapper.

Which use to under sas v8 and adobe 5 give you a blank line, now it gives a box with a circle with a 'x' in it. Now would any of you great ODS PDF peeps know a work around until we get our system upgraded?

TIA, Toby Dunn


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