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 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 ?
Comments: To: "Richard A. DeVenezia" <rdevenezia@wildblue.net>
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 >


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