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
What was the last computer book you purchased? Why?
What is slibref?
why is sas considered self-documenting? : Sas programming
What is the purpose of _character_ and _numeric_?
How to specify variables to be processed by the freq procedure?
how will you location sas platform applications available from web browser? : Sas-bi
Have you used macros? For what purpose you have used? : sas-macro
What is the difference between INPUT and INFILE ?
Define run-group processing?
Explain what is data step?
What is the difference between proportion and average?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how does sas handle missing values in sort order? : Sas programming
explain what is data set in sas? : Sas-administrator
what is the difference between floor and ceil functions in sas? : Sas-administrator