aff"
> A: "Frans Houweling"
> Cc: pspp-users@gnu.org
> Inviato: Martedì, 9 febbraio 2016 5:26:46
> Oggetto: Re: DATASET behaviour
>
> On Sat, Jan 30, 2016 at 07:46:15PM +0100, Frans Houweling wrote:
> > I would like to signal a difference with respect to SPSS. Th
Inviato: Martedì, 9 febbraio 2016 5:26:46
Oggetto: Re: DATASET behaviour
On Sat, Jan 30, 2016 at 07:46:15PM +0100, Frans Houweling wrote:
> I would like to signal a difference with respect to SPSS. The following
> script works in SPSS but not in PSPP:
>
> DATA LIST LIST /area (F1.0) price (
On Sat, Jan 30, 2016 at 07:46:15PM +0100, Frans Houweling wrote:
> I would like to signal a difference with respect to SPSS. The following
> script works in SPSS but not in PSPP:
>
> DATA LIST LIST /area (F1.0) price (F12.0).
> BEGIN DATA
> 41805
> 11945
> 41412
> END DATA.
> DATASET