Im a brand new sas user. Im suppose to do the following but Im stuck on part C. Calculate total points of homework and quizzes a. Subset homework and quizzes from class data sets as HQ data sets (say, HQ1, etc.) along with student ID variable. b. Use Proc Transpose to transpose the data set HQ1 by student_ID, so we can rank (or sort) homework and quizzes scores for each student later. c. Keep only two variables: student ID and “scores of homework and quizzes” from Proc transpose. d. Sort the resulting data set in step c such that each student’s 17 to 20 scores of homework and quizzes are ranked from high to low e. Transpose data back into the original format, and don’t worry about variable names code attached
... View more