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

proc sql;
select max(score) < (select max(score) from table)

from table;
quit;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

name the scheduler for scheduling job and explain the scheduler? : Sas-di

1091


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

1148


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1845


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

1070


Explain the use of proc gplot? : sas-grid-administration

1042


Difference between SAS STATA & SPSS?

1174


What are the statements that are executed only?

1204


What is the maximum length of the macro variable? : sas-macro

1149


Explain why double trailing @@ is used in input statement?

1111


How do you debug and test your SAS programs?

1606


Approximately what date is represented by the SAS date value of 730?

1269


Explain the difference between informat and format with an example.

1217


Describe what are the different levels of administrative users in sas? : sas-grid-administration

1078


what is snowflake schema? : Sas-di

1258


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1308