The TABLE statement creates a row for each formatted
value of Region. Nested within each row are rows for each formatted value
of Division. The TABLE statement also creates a column for each formatted
value of Type. Each cell created by these rows and columns contains the sum
of the analysis variable Expenditures for all observations that contribute
to that cell.
table region*division,
type*expenditures