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 second top scorer student from a class- table
having different sections A, B, C & D? each section has same
number of student.

Answer Posted / chandu

DATA ONR;
INPUT
@1 a
@3 b
@5 c
@7 d
;
SUM_VALUE =SUM (A, B, C, D);
RUN;
PROC SORT DATA=ONE NODUPKEY;
BY SUM_VALUE;
RUN;
DATA ONE_RESULT;
SET SUM;
IF _N_ = 2 THEN OUTPUT;
RUN;

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2274


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

2152


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

1059


How do you connect the desktop application to metadata server? : sas-grid-administration

1147


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

1072


why is sas data integration studio important? : Sas-di

1083


Explain what is the use of proc gplot?

1247


Explain what Proc glm does?

1295


How to limit decimal places for variable using proc means?

1155


What do you understand by the term Normal Distribution?

1037


what are the benefits of data integration? : Sas-di

1175


what is data integration? : Sas-di

1164


what is sas business intelligence? : Sas-bi

1264


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

1056


Have you used macros? For what purpose you have used? : sas-macro

1086