|
William,
It sounds to me you just need to use the where statement. You can use
the where statement in procs as well as the data step.
HTH,
Jim
On Wed, 24 Sep 2003 12:37:41 -0600, William Kossack <kossackw@NJC.ORG>
wrote:
>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?
|