Please find below the output (SPSS v22). I have also attached the output of psppire 0.8.5.

Cheers,
Zoltan

SET DECIMAL=COMMA.
DATA LIST LIST /A *.
BEGIN DATA
1
2
3
3,5
3
4
5
6,5
7
END DATA


LIST /FORMAT=NUMBERED.

List
Notes
Output Created 01-MAR-2016 09:53:04
Comments
Input Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data File 9
Syntax LIST /FORMAT=NUMBERED.
Resources Processor Time 00:00:00,00
Elapsed Time 00:00:00,00



A

1 1,00
2 2,00
3 3,00
4 3,50
5 3,00
6 4,00
7 5,00
8 6,50
9 7,00


Number of cases read: 9 Number of cases listed: 9

On 2016-03-01 09:28, Friedrich Beckmann wrote:
Hi,

is anybody out there who has SPSS running to see if the following syntax
works? Could you maybe
check:

———— snip ———

SET DECIMAL=COMMA.
DATA LIST LIST /A *.
BEGIN DATA
1
2
3
3,5
3
4
5
6,5
7
END DATA


LIST /FORMAT=NUMBERED.

———— snap ———————

This is for the discussion about bug #47253.

https://savannah.gnu.org/bugs/index.php?47253

Cheers

Friedrich



_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

SET DECIMAL=COMMA.

DATA LIST LIST /A *.

Reading free-form data from INLINE.
╭────────┬──────╮
│Variable│Format│
╞════════╪══════╡
│A       │F8.0  │
╰────────┴──────╯

BEGIN DATA
1
2
3

.1-3: warning: Record ends in data not part of any field.

3,5
3
4
5

.1-3: warning: Record ends in data not part of any field.

6,5
7
END DATA

LIST /FORMAT=NUMBERED.

Data List
Case Number        A
────────────────────
          1     1,00
          2     2,00
          3     3,00
          4     3,00
          5     3,00
          6     4,00
          7     5,00
          8     6,00
          9     7,00
_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to