John Darrington <[email protected]> writes: > 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.
But DESCRIPTIVES and CROSSTABS are both procedures that should run without EXECUTE. -- Ben Pfaff http://benpfaff.org _______________________________________________ Pspp-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-users
