A command that allows to display frequency tables in SPSS style (labels and values at the same time, percentages including and excluding missing values) is the command
-fre- written by
Ben Jann. It has many neat additional functions, such as the possibility to sort the output (e.g.
-descending-) and to store it in various formats (e.g. tab-delimited via
-using filename.tab-). Michael Norman Mitchell has
some rave comments about it.
ssc install fre