SPSS Add Files
The ADD FILES command adds the rows of an multiple datasets.
Contents
Usage
add files /file=fiscalquarter1 /file=fiscalquarter2 /file=fiscalquarter3 /file=fiscalquarter4.
File
Each /FILE subcommand takes one of:
a star (*) indicating the active data set
- the name of a data set
a filename or file handle
If the active dataset is included in a join and referenced by a star (*), that dataset will be modified in-place by the join.
If the active dataset is included in a join and referenced by name, the final dataset will retain the name.
If the active dataset is not included, the final dataset is unnamed and becomes the active dataset.