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 (November 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 15 Nov 2005 10:13:25 -0800
Reply-To:   chris@OVIEW.CO.UK
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   chris@OVIEW.CO.UK
Organization:   http://groups.google.com
Subject:   Re: group and select
Comments:   To: sas-l@uga.edu
In-Reply-To:   <1132035727.578144.292670@f14g2000cwb.googlegroups.com>
Content-Type:   text/plain; charset="iso-8859-1"

Hi,

We'll need more information than that if we're to give you a useful reply. What do you mean by "group all the obs by A"? Do you want to take an average of the values of A?

Something like:

if (b * 0.05) <= a <= (b * 0.95) then output;

will probably appear somewhere in your solution.

Chris. -------------------------------------------------------- Elvis SAS Log Analyser - http://www.oview.co.uk/elvis --------------------------------------------------------


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