LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 28 Jun 2007 14:47:16 -0400
Reply-To:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Subject:   Re: ODS streams - suspend/pause
Comments:   To: Mike Rhoads <RHOADSM1@WESTAT.com>
Content-Type:   text/plain; charset="iso-8859-15"

Mike Rhoads wrote: > You can do this with ODS EXCLUDE and SELECT, coupled with your > destination of choice. I.e., > > ods html exclude all; > > /* stuff you don't want in this file */ > > ods html select all; > > (The code is probably a little clearer if each instance of a given > destination type has an <id> associated with it.)

Perfect, thanks Mike! -- Richard


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