The report contains a column for Manager, Department, and Sales. Because
there is no DEFINE statement for any of these variables, PROC REPORT uses
the character variables (Manager and Department) as display variables and
the numeric variable (Sales) as an analysis variable that is used to calculate
the sum statistic.
column manager department sales;