Depending on what percentages you want to report etc, CROSSTABS will
also work. E.g., for just the counts, try this:
crosstabs sex race by group .
You have to watch out for cases that do not have complete data for all
variables in the crosstabs though. IIRC, they get excluded entirely.
--
Bruce Weaver
bwe...@lakeheadu.ca
www.angelfire.com/wv/bwhomedir
"When all else fails, RTFM."
split file off.
When I turn on a split file, I usually immediately type the "split
file off" command on the next line, and then fill in the lines between
the two. I do that because it's easy to forget to turn it off later
(much like forgetting to end a loop in some programming languages).
I have found the answer: SPLIT FILE OFF.
Thank you guys anyway!
Frank
... or CTABLES (additional money for SPSS) for nice tabulation ;-)
Peter