data sasuser.mis301f2010;
set sasuser.mis301f2010;
avg = mean(Extent_of_primary_and_secondary_,Insight_from_the_presentation,
Effort_to_synthesize_information, Ability_to_relate_argument_to_co,
Extent_of_analysis_bu_the_projec, Anything_beyond_expectation);
run;