pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dataset experiments


From: Frans Houweling
Subject: Re: dataset experiments
Date: Sun, 21 Feb 2016 22:47:16 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]