SPSS Delete Variables
The DELETE VARIABLES command deletes variables.
Contents
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 TEMPORARY status. Variables will instead be permanently deleted.
See also
PSPP manual for DELETE VARIABLES