[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows
From: |
Friedrich Beckmann |
Subject: |
Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows |
Date: |
Thu, 11 Mar 2021 07:37:39 +0100 |
Hi Matt,
i tried
variable label var5 'Hallo'.
variable label
var6 'Berlin'
var7 'Dortmund‘.
after producing a dataset with grid.sps from the examples directory on a MacOS
Gui Version and there it works. Isn’t the syntax „label“ instead of „labels“ ?
Fritz
> Am 10.03.2021 um 21:27 schrieb <matt@evansevaluation.com>
> <matt@evansevaluation.com>:
>
> I’m on a Windows 10 Pro machine running GNU pspp 1.4.1-g79ad47.
>
> Commands (or at least a number of commands I’ve tried) don’t work if there
> are hard returns / carriage returns in them.
>
> EXAMPLE 1: THIS DOES NOT WORK
> variable labels
> gender 'This is the gender variable'.
>
> HOWEVER THIS DOES WORK:
> variable labels gender 'This is the gender variable'.
>
> EXAMPLE 2: THIS DOES NOT WORK
> value labels gender
> 1 'Male'
> 2 'Female'.
>
> HOWEVER THIS DOES WORK:
> value labels gender 1 'Male' 2 'Female'.
>
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, (continued)
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, Ben Pfaff, 2021/03/10
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, matt, 2021/03/10
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, Ben Pfaff, 2021/03/10
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, Friedrich Beckmann, 2021/03/11
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, John Darrington, 2021/03/11
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, Ben Pfaff, 2021/03/11
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, John Darrington, 2021/03/11
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, Ben Pfaff, 2021/03/11
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, Friedrich Beckmann, 2021/03/11
- Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows, Ben Pfaff, 2021/03/10
Re: PSPP-BUG: bugs in PSPP 1.4.1 for Windows,
Friedrich Beckmann <=