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...

How to get top scorer student from a class-table having
different sections A,B, C & D? Each section having same
number of students.

Answer Posted / shambhu kumar verma

Proc Sort data = AAA;
by section descending score;
run;

Data BBB;
set AAA;
by section;
if first.section;
run;

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between match merge and one to one merge?

1305


what is sas olap server? : Sas-di

1293


What is SAS? What are the functions does it performs?

1243


Explain the special input delimiters used in sas programming.

1042


What are the data types in sas?

1112


How does proc sql work?

1143


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1731


what versions of sas have you used (on which platforms)? : Sas programming

1125


What Proc glm does?

1136


How many ways to overcome a missing values???

2862


What are the special input delimiters used in SAS?

1238


explain the concepts and capabilities of business object? : Sas-bi

1007


Do you need to rearrange the order of the data for the report?

2359


Describe the function and untility of the most difficult SAS macro that you have written.

2272


Which are the statements whose placement in the data step is critical?

1308