MISSING VALUES

MISSING VALUES declares values as user-missing. These values can then receive special treatment in data transformations, statistical calculations, and case selection.

MISSING VALUES {varlist}(value list) [[/]{varlist} ...]
               {ALL    }                 {ALL    }

Keywords for numeric value lists:

LO, LOWEST, HI, HIGHEST, THRU

This command takes effect immediately. It does not read the active dataset or execute pending transformations. See the topic Command Order for more information.

Missing values can also be specified from the Variable View tab.

Example

MISSING VALUES V1 (8,9) V2 V3 (0) V4 ('X') V5 TO V9 ('    ').