RE: Temporary

2022-05-24 Thread jhwhite
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

Re: Temporary

2022-05-24 Thread Alan Mead
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

RE: Temporary

2022-05-24 Thread jhwhite
. . . 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

Re: Temporary

2022-05-24 Thread ft gmail
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.