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 ?

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 are the different types of sas functions?

1359


How long can a macro variable be? A token? : sas-macro

1256


what type of graphs we will create(for 2+years candidates)?

2358


explain about various caches available in data integrator? : Sas-di

1111


What are the statements that are executed only?

1205


Do you know the features of sas?

1086


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

2198


what is the use of proc sql? : Sas programming

1185


for whom is sas data integration studio designed? : Sas-di

1059


how the sas basic syntax style described? : Sas-administrator

1060


Do you need to know if there are any missing values?

1079


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

1047


How would you identify a macro variable? : sas-macro

1062


Can you suggest us materials for sdtm mapping?

4489


Differentiate input and infile.

1148