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 star schema? : Sas-di
What is the purpose of _character_ and _numeric_?
What are the parameters of scan function?
Which date function advances a date, time or datetime value by a given interval?
What is connection profile? : sas-grid-administration
what is sas database server? : Sas-di
how does sas handle missing values in assignment statements? : Sas programming
Of all your work, where have you been the most successful?
What do you know about sas and what we do? : sas-grid-administration
What do the SAS log messages "numeric values have been converted to character" mean?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What do the PUT and INPUT functions do?
How do you use the do loop if you don’t know how many times you should execute the do loop?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
which features do you use to check the data validations and errors? : Sas-administrator