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
how can you create zero observation dataset? : Sas programming
What are the scrubbing procedures in sas?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What is the order of application for output data set options, input data set options and SAS statements?
Which are the statements whose placement in the data step is critical?
explain what is data set in sas? : Sas-administrator
Explain data_null_?
what is transformation in sas data integration? : Sas-di
How long can a macro variable be? A token? : sas-macro
Mention the difference between ceil and floor functions in sas?
Can you suggest us materials for sdtm mapping?
Define run-group processing?
Give some examples where proc report’s defaults are same as proc print’s defaults?
How would you identify a macro variable? : sas-macro
what are the best practices to process the large data sets in sas programming? : Sas-administrator