Experiment #1 ------------- Start up SPSS. Then, before you define any variables or open any data files, Run a DATASET NAME command, like this: DATASET NAME myfile. Does SPSS accept this or give an error and, if it gives an error, what is it?
SPSS 14 accepts this and displays "Untitled1 [myfile]" in the data editor.

Experiment #2 ------------- Start up SPSS. Then, before you do anything else, run a syntax file like this:
GET 'file1.sav'.
DATASET NAME file1.
DATASET DISPLAY.
GET 'file2.sav'.
DATASET DISPLAY.

GET 'aggr7.sav'.
DATASET NAME file1.
DATASET display.

Dataset Display

Datasets
 | -------- |
 | file1(a) |
 | -------- |
a Active dataset

GET 'aggr8.sav'.
DATASET DISPLAY.

Dataset Display

Datasets
 | ------------ |
 | file1        |
 | ------------ |
 | (unnamed)(a) |
 | ------------ |
a Active dataset


Regards
frans

_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to