Specifying Ranges of Missing Values (MISSING VALUES command)

A range of values can be specified as missing for numeric variables but not for string variables.

Example

MISSING VALUES  V1 (LOWEST THRU 0).

Example

MISSING VALUES  V1 (0 THRU 1.5).

Example

MISSING VALUES V1 (LO THRU 0, 999).