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
why a stop statement is needed for the point= option on a set statement?
Explain proc sort?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the use of function Proc summary?
Describe crosslist option in tables statement?
Describe a time when you were really stuck on a problem and how you solved it?
What are the table names in oracle database...?
What is program data vector (pdv)?
What are the functions used for character handling?
explain the concepts and capabilities of business object? : Sas-bi
Do you need to rearrange the order of the data for the report?
What is the good sas programming practices for processing large data sets?
Compare sas with other data analytics tools.
how could you generate test data with no input data? : Sas programming
Tell e how how dealt with..