If I understand your question you get the data automatically "back" as
the filter command only works for the next command or procedure.
If you run
temp.
sel if (vars >=1)
freq varx to vary.
SAVE /OUTFILE={’file_name’,file_handle}
you save the complete data set without the effect of the filter.
HTH
ftr
On 24/05/2022 21:03, jhwh...@techwriteinc.com wrote:
I am using the PSPP syntax commands:
TEMPORARY
SELECT IF (VAR1 >=1)
Here is the question, I have several PSPP books. The “TEMPORARY”
filter gets me the data I desired, but how do I get the data file back
to the complete data set before I ran the PSPP syntax? I could not
find the resolution in my PSPP books.
Take care,
John
___________________________
Email: jhwh...@techwriteinc.com