VE OUTFILE="C:\Users\data\xxreordered.sav"
/KEEP
{unconcerned variables}
reordered variables
{unconcerned variables} .
GET FILE="C:\Users\data\xxreordered.sav".
Le 19/08/2024 à 02:00, Ben Pfaff a écrit :
MODIFY VARS was removed in version 2.0.0 because it is not part of
SPSS.
FILE="C:\Users\data\xxreordered.sav".
Le 19/08/2024 à 02:00, Ben Pfaff a écrit :
MODIFY VARS was removed in version 2.0.0 because it is not part of
SPSS. The manual you are looking at must be for an older version of
PSPP.
You can use ADD FILES to reorder variables:
https://www.spss-tutorials.c
MODIFY VARS was removed in version 2.0.0 because it is not part of
SPSS. The manual you are looking at must be for an older version of
PSPP.
You can use ADD FILES to reorder variables:
https://www.spss-tutorials.com/spss-reorder-variables-with-syntax/. (I
haven't tried this, but it should
Hi,
I want to reorder variables to reuse the syntaxt for another data set
for a new one.
I get the following error message:
C:\Users\sps:1.4-1.9: error: Unknown command `MODIFY'.
1 | MODIFY VARS
| ^~
Modify Vars is listed in the Online PSPP Manual.