LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 2 Dec 2003 16:40:01 -0500
Reply-To:   "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Subject:   Re: Directing Output with ODS
Comments:   To: Dubravko Dolic <dubro@DOLIC.DE>
Content-Type:   text/plain; charset="iso-8859-1"

You could direct your output through ODS and the log through PROC PRINTTO. Use PROC PRINTTO log = "<your destination with .rtf extension>" to write to an RTF file. It will open in Word but will look like any text file opened in Word. ODS as the name implies (output delivery system), is restricted to directing the outputs (the output window and graphs) to other destinations like HTML, PDF etc. The log is a diagnosis tool and not a part of the output.

Hope this helps. _________________________________ Venky Chakravarthy E-mail: swovcc_AT_hotmail_DOT_com

-----Original Message----- From: Dubravko Dolic [mailto:dubro@DOLIC.DE] Sent: Tuesday, December 02, 2003 5:04 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Directing Output with ODS

I want to write the log from a SAS Job directly into an RTF/PDF File. With proc printto one could direct the log into one file and the printouts into another file. Is this also possible with ODS. Grateful for any Hint...

D. Dolic Biostatistics Dept. Kendle Int. Inc. Munic

LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately.


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