pspp-users
[Top][All Lists]
Advanced

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

Re: multiple commands in one pass of data


From: John Darrington
Subject: Re: multiple commands in one pass of data
Date: Thu, 5 Aug 2010 20:25:26 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Aug 05, 2010 at 11:25:34AM -0700, lavila wrote:
     
     Is there any way to run more than one set of statistics on a file in one
     pass?
     
     For example, I need to get a MIN/MAX/MEAN on some variables and a FREQUENCY
     and/or CROSSTAB on different variables as shown below.
     
     In my tests, only the first command is executed.  
     
     GET DATA /TYPE=TXT /FILE='SAMPLE.txt' /ARRANGEMENT=FIXED /FIRSTCASE=1
              /VARIABLES =   STATE 110-111 A
                                   INCOME_CODE 124-124 A
                                   ORDERS 1003-1008 N.
                              
             DESCRIPTIVES ORDERS.
     
             CROSSTABS
             /TABLES = STATE BY INCOME_CODE.
     

You need to terminate the syntax with:

   EXECUTE.


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu 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]