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

In a shcool there are 1000 students. After completion of
every test in 6 subjects , each subject teacher submit the
marks of every student at different times and loaded in the
database commonly. How will you seperate the top two
subject marks for each each studet using SAS?

Answer Posted / hahaha

proc sort data=marks;
by name descending marks ;/*for answer 2, just change the
order*/

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you define the end of a macro? : sas-macro

1128


what is the purpose of _error_? : Sas programming

1184


Explain the difference between informat and format with an example.

1215


Can you execute macro within another macro? : sas-macro

1046


Difference between sum function and using “+” operator?

1202


How can I remove header from output data set?

2662


Describe the function and utility of the most difficult SAS macro that you have written?

2625


In SAS explain which statement does not perform automatic conversions in comparisons?

1362


what are sas/access and sas/connect? : Sas programming

1033


What is the difference between INPUT and INFILE ?

1371


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

1132


what is data governance? : Sas-di

1061


What are the advantages of using sas?

1188


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1812


what is enterprise guide? What is the use of it? : Sas programming

1064