With regards to your question in #13, i.e., how to put it in table and get summary information, you may type something like:
Code:
tabulate catvar, sum(numvar) tabulate catvar1 catvar2, sum(numvar)
Comment