= SPSS Numeric = The '''`NUMERIC`''' command creates a new [[SPSS/DataTypes#Numeric_Formats|numeric]] variable. <> ---- == Usage == {{{ numeric foo bar baz (F8.2). numeric ham (F1.0) / spam eggs (F5.2). }}} ---- == Data Model == The `NUMERIC` command executes immediately. Pending transformations are ''not'' executed and the active dataset is ''not'' read. ---- == See also == [[https://www.gnu.org/software/pspp/manual/html_node/NUMERIC.html|PSPP manual for NUMERIC]] ---- CategoryRicottone