How to get second top scorer student from a class- table
having different sections A, B, C & D? each section has same
number of student.
Answer Posted / maddy
proc sql;
select max(score) < (select max(score) from table)
from table;
quit;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you explain the process of calendar?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Mention the difference between ceil and floor functions in sas?
Tell e how how dealt with..
Name types of category in which SAS Informats are placed?
how will you location sas platform applications available from web browser? : Sas-bi
how does sas handle missing values in functions? : Sas programming
what is sas data set?
: and & modifiers.
Difference between sum function and using “+” operator?
How to limit decimal places for variable using proc means?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
How would you determine the number of missing or nonmissing values in computations?
What is program data vector (pdv) and what are its functions?
What does the trace option do?