How to get top scorer student from a class-table having
different sections A,B, C & D? Each section having same
number of students.
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between match merge and one to one merge?
what is sas olap server? : Sas-di
What is SAS? What are the functions does it performs?
Explain the special input delimiters used in sas programming.
What are the data types in sas?
How does proc sql work?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
what versions of sas have you used (on which platforms)? : Sas programming
What Proc glm does?
How many ways to overcome a missing values???
What are the special input delimiters used in SAS?
explain the concepts and capabilities of business object? : Sas-bi
Do you need to rearrange the order of the data for the report?
Describe the function and untility of the most difficult SAS macro that you have written.
Which are the statements whose placement in the data step is critical?