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
Differentiate between proc means and proc summary.
name several ways to achieve efficiency in your program? : Sas programming
What is the use of the %include statement?
Mention the validation tools used in SAS?
What can be the size of largest dataset in SAS?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is the role of administrative users? : sas-grid-administration
I need level 2 to 5 sas using companies in india
what do you mean by data staging area? : Sas-di
what are the types of interactive display types? : Sas-bi
How to read an input file in sas?
Name few SAS functions?
Explain translate function?
Explain append procedure?
Describe crosslist option in tables statement?