= SPSS Variable Width = The '''`VARIABLE WIDTH`''' command sets the display width of a variable. <> ---- == Usage == {{{ variable width foo 10 /bar 20 /bar 30. }}} ---- == Data Model == The `VARIABLE WIDTH` 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/VARIABLE-WIDTH.html|PSPP manual for VARIABLE WIDTH]] ---- CategoryRicottone