In a shcool there are 1000 students. After completion of
every test in 6 subjects , each subject teacher submit the
marks of every student at different times and loaded in the
database commonly. How will you seperate the top two
subject marks for each each studet using SAS?
Answer Posted / hahaha
proc sort data=marks;
by name descending marks ;/*for answer 2, just change the
order*/
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How would you define the end of a macro? : sas-macro
what is the purpose of _error_? : Sas programming
Explain the difference between informat and format with an example.
Can you execute macro within another macro? : sas-macro
Difference between sum function and using “+” operator?
How can I remove header from output data set?
Describe the function and utility of the most difficult SAS macro that you have written?
In SAS explain which statement does not perform automatic conversions in comparisons?
what are sas/access and sas/connect? : Sas programming
What is the difference between INPUT and INFILE ?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is data governance? : Sas-di
What are the advantages of using sas?
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
what is enterprise guide? What is the use of it? : Sas programming