SPSS Update

The UPDATE command overwrites values in a dataset with non-missing values from another dataset.


Usage

update file=foo
  /file=bar
  /by KEYVARS.

The master file is modified in-place. Rows and columns originating from a transaction file are appended.

The key variables must be defined with the same format (including length for string variables) in each file. Cases must be uniquely identified by the key variables in each file.

Each file must be presorted by the key variables.

File

Each /FILE subcommand takes one of:


See also

PSPP manual for UPDATE


CategoryRicottone