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 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?


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