The first observation contains the average course grade and the name of the student with the highest exam score over the two-year period. The next four observations contain values for each class variable value. The remaining four observations contain values for the Year and Status combination. The variables _WAY_, _TYPE_, and _LEVEL_ show how PROC MEANS created the class variable combinations. The variable _OBS_ contains the observation number in the GRADE data set that contained the highest exam score.

                Average Undergraduate and Graduate Course Grades               1
                                 For Two Years

                                                     Average     Best
 Status   Year   _WAY_   _TYPE_   _LEVEL_   _FREQ_    Grade     Score     _OBS_

                   0        0        1        10     83.0000   Branford      2 
           97      1        1        1         6     83.6667   Jasper       10 
           98      1        1        2         4     82.0000   Branford      2 
   1               1        2        1         6     82.5000   Branford      2 
   2               1        2        2         4     83.7500   Abbott        1 
   1       97      2        3        1         3     79.3333   Jasper       10 
   1       98      2        3        2         3     85.6667   Branford      2 
   2       97      2        3        3         3     88.0000   Abbott        1 
   2       98      2        3        4         1     71.0000   Crandell      3