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 (January 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 24 Jan 2008 11:29:37 -0500
Reply-To:   Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject:   Re: Questions about PROC PRINTTO

After long years SI finally has provided a very strong output tool named ODS. And you don't want to use it????? You really prefer ugly .TXT files instead? Perhaps there are people here who understand that - I don't! Do you have good reasons for that?

If you want to replace the 'fffffff...'s you might have a look at the FORMCHAR - option. Many years ago that could be used to bring tabulates and other reports with lines on non-graphical printers.

Try

options formchar="123456789";

to find out at which positions the chars you need are. Then replace them with -!+...;

Perhaps you get ist with formchar=" -"

Gerhard

On Thu, 24 Jan 2008 11:08:45 -0500, Yu Zhang <zhangyu05@GMAIL.COM> wrote:

>Hi, > >I want to save my proc report table in an external file. i am using PROC >PRINTTO to save the tables, I want the output as a pdf file. but it is not >working. PDF reader can not open it because file is damaged. >then I change the file extenstion to .TXT. this time is working, but the >line change to 'ffffffffffffffffffffffffff' instead of 'LINE'. > >I don't want to use ODS. is there any other ways I can save the table same >as it shows in the output window. I prefer a word document or pdf format. > >here is the code i am woorking on with no success. > >thank you for your help! > >Yu


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