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

_______________________________________________
Pspp-users mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to