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 (June 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 20 Jun 2003 10:43:59 -0700
Reply-To:     cassell.david@EPAMAIL.EPA.GOV
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "David L. Cassell" <cassell.david@EPAMAIL.EPA.GOV>
Subject:      Re: NOPRINT option
Content-type: text/plain; charset=us-ascii

Kate Tomlinson <Statistics@NTLWORLD.COM> sagely replied [in small part]: > To stop all output use :- > > ods exclude all;

Or

ods listing close;

This will turn off the list destination, until you are ready to turn it back on. If the OP wants to run mutiple iterations, for example, then preventing thousands of unneeded outputs from dumping on your OUTPUT window may be a good thing.

HTH, David -- David Cassell, CSC Cassell.David@epa.gov Senior computing specialist mathematical statistician


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