= SPSS Delete Variables = The '''`DELETE VARIABLES`''' command deletes variables. <> ---- == Usage == {{{ delete variables foo bar baz. }}} ---- == Data Model == The `DELETE VARIABLES` command executes immediately, and reads the active dataset. If there are any pending transformations, an error will be raised and the `DELETE VARIABLES` command will not run. The `DELETE VARIABLES` command does not recognize [[SPSS/Temporary|TEMPORARY]] status. Variables will instead be permanently deleted. ---- == See also == [[https://www.gnu.org/software/pspp/manual/html_node/DELETE-VARIABLES.html|PSPP manual for DELETE VARIABLES]] ---- CategoryRicottone