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

Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

0 Answers  


Explain the difference between informat and format with an example.

0 Answers  


What is LAG function?How is it used? can any one explain

3 Answers   TRE, Verinon Technology Solutions,


what is business intelligence? : Sas-bi

0 Answers  


Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?

2 Answers  


explain the difference between proc means and proc summary?

0 Answers  


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

0 Answers  


What is univariate n where it can be used n how...?

2 Answers  


How do you download a flat file from Mainframe to your local PC using SAS?

3 Answers  


Do you know the features of sas?

0 Answers  


what is picture format? give any one example?

3 Answers   Parexel,


How do you specify the number of iterations and specific condition within a single do loop?

0 Answers  


Categories