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 ?
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
|