|
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?
|