pspp-users
[Top][All Lists]
Advanced

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

save translate output and filtering


From: ftr
Subject: save translate output and filtering
Date: Mon, 26 Jan 2015 13:01:13 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

I filtered the working file through a filter variable k with the two values of 0 and 1:
FILTER by k.
A control of the frequencies proves that only cases for k=1 are left.

I then output the filtered file with save translate:

only want to output the party of the file
save translate
/outFILE="C:\Users\Toshiba\Documents\data\EVS-WVS\soctrust2.dat"
/type = csv
/replace
/fieldname
/keep  intrust3 outtrust3 soctrust k.

And the dat file gets all data, filtered and unfiltered.

Is this intended behaviour : a FILTER command does not control a SAVE TRANSLATE command ?

Cheers,
ftr




reply via email to

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