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 can you create a macro variable with in data step? : sas-macro
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what do the pad and dim functions do? : Sas programming
what is sas enterprise intelligence architecture? : Sas-bi
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
How to limit decimal places for the variable using proc means?
what is SAS OPTIMIZATION?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Do you know the features of sas?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
How to create list output for cross-tabulations in proc freq?
do you prefer proc report or proc tabulate? Why? : Sas programming
what is treatment emergent events and treatment emregent adverse event