The CLASS statements separate the analysis by values of Flavor and
Age. ORDER=FREQ orders the levels of Flavor by descending frequency count.
ORDER=FMT orders the levels of Age by ascending formatted values. MLF specifies
that multi-label value formats be used for Age.
class flavor/order=freq;
class age /mlf order=fmt;