How to get the repeated values by using sql in sas ?
Answer Posted / rg
proc sql;
select name, count(*)
from data
group by name
having count(*) > 1;
quit;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the default statistics that proc means produce?
what has been your most common programming mistake? : Sas programming
how does sas handle missing values in sort order? : Sas programming
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is snowflake schema? : Sas-di
what r the job openings SAS for fresher graduates !
What are the limitations for memory allocation for SAS variables
explain the use of % includes a statement in sas? : Sas-administrator
what is sas database server? : Sas-di
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Name validation tools used in SAS
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How many data types are there in SAS?
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is ae onset date n what is RDS