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 the repeated values by using sql in sas ?

Answers were Sorted based on User's Feedback



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

Answer / rg

proc sql;
select name, count(*)
from data
group by name
having count(*) > 1;
quit;

Is This Answer Correct ?    0 Yes 0 No

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

Answer / naveen

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

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SAS Interview Questions

what is data access? : Sas-di

0 Answers  


Describe the ways in which you can create macro variables? : sas-macro

0 Answers  


How would you include common or reuse code to be processed along with your statements?

3 Answers   Accenture,


how do you derive descriptive statistics?

1 Answers   Accenture, Quintiles,


How do you convert basic cube to transaction cube and transaction cube to basic cube?

0 Answers  


How would you identify a macro variable?

0 Answers  


how many display types available in sas bi dashboard? : Sas-bi

0 Answers  


what are validation tools that are used in sas? : Sas-administrator

0 Answers  


What is difference between sas rename and lable?

4 Answers  


what is star schema? : Sas-di

0 Answers  


Name validation tools used in SAS

0 Answers  


what are the sites did u refer for enquiries and doubts for SAS

2 Answers   UBS,


Categories