How to get top scorer student from a class-table having
different sections A,B, C & D? Each section having same
number of students.

Answers were Sorted based on User's Feedback



How to get top scorer student from a class-table having different sections A,B, C & D? Each sec..

Answer / shambhu kumar verma

Proc Sort data = AAA;
by section descending score;
run;

Data BBB;
set AAA;
by section;
if first.section;
run;

Is This Answer Correct ?    5 Yes 0 No

How to get top scorer student from a class-table having different sections A,B, C & D? Each sec..

Answer / aloor

proq sql;
Select * from class where score =(select max(score) from
class);
quit;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

How do you put a giraffe into the refrigerator?

3 Answers   Oracle,


Name few SAS functions?

0 Answers  


what are the considerations when picking a SAS/STAT procedure?

0 Answers   Accenture, Quintiles,


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

0 Answers  


what is factor analysis? : Sas-administrator

0 Answers  


Give e an example of..

0 Answers  


What are the Aggregate functions in SQL ?

2 Answers   AON,


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

0 Answers  


how to import HTML files into SAS datasets?

3 Answers   HP,


What is the sas data set? : sas-grid-administration

0 Answers  


How would you determine how far down on a page you have printed in order to print out footnotes?

3 Answers  


it will become easy if uuu provide website linkssss and list of consultanciessssss

0 Answers  


Categories