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

what are some good sas programming practices for processing very large data sets? : Sas programming

502


What is the difference between reading data from an external file and reading data from an existing data set?

626


What do you code to create a macro? : sas-macro

562


which date functions advances a date time or date/time value by a given interval? : Sas programming

522


explain the key concept of sas? : Sas-administrator

552






explain what is data set in sas? : Sas-administrator

517


What are the difficulties u faced while doing vital signs table or dataset?

1920


What is the general format of function in sas? : sas-grid-administration

556


How will you generate test data with no input data?

555


Difference between SAS STATA & SPSS?

667


What is the use of function Proc summary?

644


What is the difference between match merge and one to one merge?

674


Explain data step in SAS

619


What was the last computer book you purchased? Why?

1903


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

537