pspp-users
[Top][All Lists]
Advanced

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

Re: "ERROR I/O" on a large database on version 0.7.9 Win7 binary


From: John Darrington
Subject: Re: "ERROR I/O" on a large database on version 0.7.9 Win7 binary
Date: Mon, 4 Jun 2012 19:18:40 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Jun 04, 2012 at 06:23:16PM +0000, Gong, Henry wrote:
     Hi,
     
     I did as you suggested; here is my syntax.
     
     GET DATA
      /TYPE=TXT
      /FILE="C:\path\to\infile.csv"
      /ARRANGEMENT=DELIMITED
      /IMPORTCASE=ALL
      /DELIMITERS=";"
      /VARIABLES=
     <variables as in SPSSLoad_KID_2009_Core.SPS, adjusted for PSPP>.
     
     SHOW N.
     .6: error: SHOW: Syntax error at `N'.

This suggests that you are using an older version.  Can you try a more recent 
one.
     
     FREQUENCIES ALL
      /FORMAT=NOTABLE.
     <N Valid: 51475
        Missing: 0>
     
     SAVE
      /OUTFILE="C:\path\to\outfile.SAV".
     
     LIST
      /CASES=ALL
     .9-11: error: LIST: Syntax error at 'ALL': expecting integer.

ALL is not a valid argument to /CASES  - simply omit the /CASES subcommand
if you wish to list all cases.
     

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

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