The BY statement requires input data to be sorted by the BY variables before PROC MEANS executes. The CLASS statement does NOT require sorting - it handles unsorted data automatically. Option C correctly states the BY statement's sorting requirement. The observation count thresholds in options A and B are arbitrary and incorrect.