Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can you create a macro variable with in data step? : sas-macro

1092


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2288


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

2394


what do the pad and dim functions do? : Sas programming

1078


what is sas enterprise intelligence architecture? : Sas-bi

1024


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?

1161


How to limit decimal places for the variable using proc means?

1123


what is SAS OPTIMIZATION?

2355


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

1404


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

1059


Do you know the features of sas?

1096


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

1660


How to create list output for cross-tabulations in proc freq?

1152


do you prefer proc report or proc tabulate? Why? : Sas programming

1034


what is treatment emergent events and treatment emregent adverse event

2452