NEWVAR Subcommand (TSET command)

NEWVAR controls the creation of new variables in the active dataset.

  • The specification on NEWVAR can be CURRENT, NONE, or ALL. The default is CURRENT.
  • 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.