Specify the analysis variables. The VAR statement specifies
that PROC TABULATE calculate statistics on the Source1, Source2, Source3,
and Customer variables. The variable Customer must be in the variable list
because it appears in the denominator definition.
var source1-source3 customer;