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 uses of sas?
what is slowly changing dimension? : Sas-di
Explain the use of proc print and proc contents?
How do you debug and test your SAS programs?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Have you used macros? For what purpose you have used? : sas-macro
what is hash files in sas and why we are using this one in sas?
how to change the execute of macro
what are input dataset and output dataset options? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How would you define the end of a macro?
How to limit decimal places for the variable using proc means?
How to limit decimal places for variable using proc means?
What is the difference between class statement and by statement in proc means?
What is the role of sas grid administrator? : sas-grid-administration