dataset experiments (was: Re: DATASET behaviour)

2016-02-21 Thread Ben Pfaff
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

Re: DATASET behaviour

2016-02-08 Thread fhouweling
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 (

Re: DATASET behaviour

2016-02-08 Thread Ben Pfaff
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