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 / maddy
proc sql;
select max(score) < (select max(score) from table)
from table;
quit;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
do you need to know if there are any missing values? : Sas programming
What is the difference between where and if statement?
what is the Population you used in your project, is it ITT or PP?
What are the parameters of scan function?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what is the difference between unique key and primary key? : Sas-di
What is the basic structure of a sas program?
Difference between SAS STATA & SPSS?
What is the role of sas grid administrator? : sas-grid-administration
what is factor analysis? : Sas-administrator
Why and when do you use proc sql?
What are the statements that are executed only?
what is the basic structure sas administrator? : Sas-administrator
Give some examples where proc report’s defaults are different than proc print’s defaults?
I have a dataset concat having variable a b & c. How to rename a b to e & f?