Specify the analysis variable. The VAR statement specifies that PROC MEANS calculate statistics on the FinalGrade variable.
var FinalGrade;