How to get the repeated values by using sql in sas ?

Answer Posted / naveen

proc sql;
select name count
from
group by name;
quit;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what can you learn from the sas log when debugging? : Sas programming

599


What is the difference between where and if statement?

608


How would you identify a macro variable?

638


what is the primary data source for the wrs? : Sas-bi

645


What are the applications primarily used by business analyst? : Sas-bi

545






What is the role of administrative users? : sas-grid-administration

646


What is a put statement?

656


Describe crosslist option in tables statement?

699


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

556


what is sas business intelligence? : Sas-bi

581


What does the RUN statement do?

844


How do you delete duplicate observations in sas?

562


What are the data types in sas?

597


What do you know about sas data set?

585


Name few SAS functions?

660