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 (May 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 11 May 2009 12:18:01 -0700
Reply-To:     "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Organization: http://groups.google.com
Subject:      Control the Results Viewer ?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

When I run ODS code, the result viewer opens the output automatically for me.

ods rtf file="%sysfunc(pathname(WORK))\sample.rtf"; proc print data=sashelp.class; run; ods rtf close;

Now suppose I have some non-sas rtf file, c:\docs\day1\todo.rtf, that I want to preview.

Is there a command that will open todo.rtf in the SAS viewer ?

Thanks, Richard


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