bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #21578] recode too restrictive


From: John Darrington
Subject: PSPP-BUG: [bug #21578] recode too restrictive
Date: Wed, 14 Nov 2007 00:19:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060607 Debian/1.7.12-1.2

URL:
  <http://savannah.gnu.org/bugs/?21578>

                 Summary: recode too restrictive
                 Project: PSPP
            Submitted by: jmd
            Submitted on: Wednesday 11/14/07 at 08:19
                Category: Syntax Parser
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

The following syntax is accepted by spss, but not by pspp.

DATA LIST LIST /name (a10) gender  (a8) age *.
BEGIN DATA.
anntoinette f 23
fred m 34
bert m 34
mary f 56
END DATA.

STRING sex (A38) .

RECODE gender (MISSING='hermaphrodite')  INTO  sex .
RECODE age (34=Copy)  INTO  foo .

EXECUTE .

LIST.

It seems that pspp prohibits COPY for numeric variables and also prohibits
MISSING for string variables.  But I don't see any reasons for these
prohibitions.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21578>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]