Date: Wed, 24 Sep 2003 12:37:41 -0600
Reply-To: William Kossack <kossackw@NJC.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: William Kossack <kossackw@NJC.ORG>
Organization: Posted via Supernews, http://www.supernews.com
Subject: not including every record in proc report
Content-Type: text/plain; charset=us-ascii
I'm trying to use proc report to do the following.
If certain conditions are met ie data values are within a range, I want
to include the record in the report. If it is not I don't want anything
displayed for the record.
I know I could do this with assignment and condition statements in a
datastep but can the conditional processing be included in say a compute
statement in the proc?
|