[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: PSPP 1.2.0 - MODIFY VARS /REORDER only works in ALPHA mode
From: |
Nolan Void |
Subject: |
PSPP-BUG: PSPP 1.2.0 - MODIFY VARS /REORDER only works in ALPHA mode |
Date: |
Fri, 22 Feb 2019 07:16:28 +0000 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
In PSP 1.2.0. Confirmed on Gentoo 4.14.83.
Bug description:
The POSITIONAL option in the MODIFY VARS /REORDER subcommand is
ignored, and /REORDER only seems to do anything when ALPHA mode is
specified.
To reproduce:
* 1) Create a dictionary.
new file.
input program.
numeric a,x,c.
end file.
end input program.
display index.
* 2) This should produce c,x,a - but produces a,x,c.
modify vars /reorder=(c,x,a).
display index.
* 3) This should produce c,x,a - but produces a,x,c
modify vars /reorder=forward positional (c,x,a).
display index.
* 4) This should produce a,x,c - but produces c,x,a.
modify vars /reorder=backward positional (c,x,a).
display index.
Thanks,
Nolan Void
- PSPP-BUG: PSPP 1.2.0 - MODIFY VARS /REORDER only works in ALPHA mode,
Nolan Void <=