SPSS Filter
The FILTER command causes subsequent commands to be run on a subset of cases.
Contents
Usage
filter by foo. filter off.
Any case with a missing or 0 value for foo will be excluded from subsequent commands. The cases are not deleted.
Note that only one filter can be set at any time.
Data Model
The FILTER command is queued as a pending transformation.