SPSS Update File


Usage

To overwrite values in a master file with non-null values in transaction files, try:

update file=LEFT
  /file=TRANSACTION
  /by KEYVARLIST.

The final dataset contains all rows and variables from all datasets. Rows and variables originating from a transaction file are appended.

File

Each /FILE subcommand takes one of:

The master dataset is always modified in-place by the update.

By

The /BY subcommand specified how cases can be uniquely identified. The KEYVARLIST can be one ore more variables.

The folowing are required of key variables:


CategoryRicottone