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 (September 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments: To: SAS List <sas-l@uga.cc.uga.edu>
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


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