How to get second top scorer student from a class- table
having different sections A, B, C & D? each section has same
number of student.
Answer Posted / partha
proc rank data=emp descending ties=dense out=s(where=(inc=1));
by deptno ;
var sal;
ranks inc;
run;
quit;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you use the do loop if you don’t know how many times you should execute the do loop?
what is sas olap server? : Sas-di
What is the use of stop statement?
Explain how you can debug and test your SAS program?
how does sas handle missing values in formats? : Sas programming
In proc transpose and data step with arrays which one you pick?
how to debug and test the sas program? : Sas-administrator
What is the basic syntax of a sas program?
where are dashboard components are created and maintained? : Sas-bi
What is the use of PROC gplot?
what is program data vector? : Sas-administrator
what is sas business intelligence? : Sas-bi
What are the difficulties u faced while doing vital signs table or dataset?
What is Linear Regression?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?