The COLUMN statement declares these symbols as columns in the table
and specifies their order in the table. If a column name appears in parentheses,
PROC TEMPLATE stacks the values of all variables that use that column definition
one below the other in the output object. Variables are assigned a column
definition in the DATA step that appears later in the program.
column class sum mean (raised) (name) (school) (year);