Ok – Alan. I will give it a try.
Take care,
John
___
Email: jhwh...@techwriteinc.com
From: Pspp-users On
Behalf Of Alan Mead
Sent: Tuesday, May 24, 2022 7:08 PM
To: pspp-users@gnu.org
Subject: Re: Temporary
Sounds like a bug. If you do
sers
*On Behalf Of
*ft gmail
*Sent:* Tuesday, May 24, 2022 3:45 PM
*To:* pspp-users@gnu.org
*Subject:* Re: Temporary
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 (v
. . .
Take care,
John
___
Email: jhwh...@techwriteinc.com
From: Pspp-users On
Behalf Of ft gmail
Sent: Tuesday, May 24, 2022 3:45 PM
To: pspp-users@gnu.org
Subject: Re: Temporary
If I understand your question you get the data automatically "back" as t
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.