Date: Thu, 21 Sep 2000 10:39:43 -0400
Reply-To: DOUG CONRAD <dconrad@CICINFO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: DOUG CONRAD <dconrad@CICINFO.COM>
Subject: odd question?: Suppress a Proc Print for ODS?
Content-Type: text/plain; charset="iso-8859-1"
Hello Sas'ers:
In using ODS RTF, since I'm basically doing this:
ods rtf file='c;\temp\file1.rtf'
proc print;
run;
ods rtf close;
I really don't want proc print to print since ODS will capture and format
what I need.
is there an OPTIONS statement or an ODS statement that will suppress this
proc print?
Thanks Again,
Doug Conrad
|