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.

Answers were Sorted based on User's Feedback



How to get top scorer student from a class-table having different sections A,B, C & D? Each sec..

Answer / 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

How to get top scorer student from a class-table having different sections A,B, C & D? Each sec..

Answer / aloor

proq sql;
Select * from class where score =(select max(score) from
class);
quit;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

Name statements that are recognized at compile time only?

6 Answers  


sas implimented companies in hyderabad

11 Answers   CTS, HSBC,


how to debug and test the sas program? : Sas-administrator

0 Answers  


which date function advances a date, time or datetime value by a given interval? : Sas programming

0 Answers  


how do u validate sas program

3 Answers   Accenture,


how does sas handle missing values in a merge? : Sas programming

0 Answers  


How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?

5 Answers  


is QUALCOMM using SAS ?

1 Answers  


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

0 Answers  


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

0 Answers  


Mention some common errors that are usually committed in sas programming.

0 Answers  


i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?

3 Answers  


Categories