You can use ODS to obtain the crosstabfreqs output table .. which you could then use as the data for doing all of your analyses. Take a look at: http://www.nesug.org/proceedings/nesug01/cc/cc4025.pdf It shows how to obtain such tables. You could simply use proc means or proc univariate to analyze the data in such a table.
... View more