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 PDV?
what is the difference between unique key and primary key? : Sas-di
what can you learn from the sas log when debugging? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Explain how merging helps to combine data sets.
How you can read the variables that you need?
What are the data types that sas contain?
what is null hypothesis? why do you consider that?
Explain data step in SAS
Explain how you can debug and test your SAS program?
What does the RUN statement do?
Tell e how how dealt with..
Mention few capabilities of sas framework.
Name any two sas spawners? : sas-grid-administration