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 has been your most common programming mistake? : Sas programming
what is sas and what are the functions? : Sas-administrator
why a stop statement is needed for the point= option on a set statement?
Differentiate input and infile.
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
How would you identify a macro variable?
how to change the execute of macro
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What can you learn from the SAS log when debugging?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How to read an input file in sas?
What is the basic structure of a sas program?
What is the difference between %local and %global? : sas-macro
What would be the value of month at the end of data step execution and how many observations would be there?
what are informats in sas? : Sas-administrator