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 / aloor
proq sql;
Select * from class where score =(select max(score) from
class);
quit;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the sas data set? : sas-grid-administration
describe the interaction table in sas di? : Sas-di
what is function of retain statment
What do you know about sas and what we do? : sas-grid-administration
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is the difference between nodupkey and nodup options?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
why is sas considered self-documenting? : Sas programming
What is the difference between %local and %global? : sas-macro
What are the data types in sas?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is sas data set?
What is your favorite all time computer book? Why?
How can you limit the variables written to output dataset in data step?
Explain proc sort?