NEWVAR Subcommand (TSET command)
NEWVAR
controls
the creation of new variables in the active dataset.
- The specification on
NEWVAR
can beCURRENT
,NONE
, orALL
. The default isCURRENT
. -
CURRENT
specifies to save new variables and replace any existing variables of the same name. -
ALL
specifies to save new variables without replacing existing ones. -
NONE
specifies that no new variables are saved.