Date: Mon, 11 May 2009 14:55:47 -0500
Reply-To: "Data _null_;" <iebupdte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Data _null_;" <iebupdte@GMAIL.COM>
Subject: Re: Control the Results Viewer ?
In-Reply-To: <70fbbbbb-ee02-4f78-bb84-f6e76a5a2c26@r13g2000vbr.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
This will allow you to review the file but not really the same as
results viewer.
dm "wbrowse ""%sysfunc(pathname(WORK))\sample.rtf""";
On 5/11/09, Richard A. DeVenezia <rdevenezia@wildblue.net> wrote:
> 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
>
|