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
What are the different types of sas functions?
How long can a macro variable be? A token? : sas-macro
what type of graphs we will create(for 2+years candidates)?
explain about various caches available in data integrator? : Sas-di
What are the statements that are executed only?
Do you know the features of sas?
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.
what is the use of proc sql? : Sas programming
for whom is sas data integration studio designed? : Sas-di
how the sas basic syntax style described? : Sas-administrator
Do you need to know if there are any missing values?
Can you execute macro within another macro? : sas-macro
How would you identify a macro variable? : sas-macro
Can you suggest us materials for sdtm mapping?
Differentiate input and infile.