Hello everyone, I’ve used the standard method for re-ordering variables for years, but for some reason it’s now failing me. The code example is below. add files file * /Keep = x y z etc . It works up until I have about 21 variables that I’m saving and reordering. Some are strings and some numeric (unsure if that matters). As soon as I add the 22nd variable, it stops reordering but does seem to properly keep the listed variables. I’ve experimented with this and it doesn’t seem to be any single variable or type of variable that’s causing the problem. This is occurring on v24 and v25 on two different machines. Is this some type of known bug or limitation ? I can’t see that I’m doing anything wrong and can’t find anything on the web about this matter. Best, Jeff |
Try… MATCH FILES FILE = * / KEEP = X Y Z. From: SPSSX(r) Discussion <[hidden email]>
On Behalf Of Jeff Hello everyone, I’ve used the standard method for re-ordering variables for years, but for some reason it’s now failing me. The code example is below. add files file *
/Keep = x y z etc . It works up until I have about 21 variables that I’m saving and reordering. Some are strings and some numeric (unsure if that matters). As
soon as I add the 22nd variable, it stops reordering but does seem to properly keep the listed variables. I’ve experimented with this and it doesn’t seem to be any single variable or type of variable that’s causing the problem.
This is occurring on v24 and v25 on two different machines. Is this some type of known bug or limitation ? I can’t see that I’m doing anything wrong and can’t find anything on the web about this matter.
Best, Jeff ===================== To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD Under Florida law, e-mail addresses are public records. If you do not want your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing. ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
In reply to this post by Jeff A
The functional effect of ALL followed by other names is just what the first-wins behavior implies as ALL is interpreted as the whole variable list. On Wed, Dec 26, 2018 at 3:06 PM Rick Oliver <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |