how to display duplicated observations in a data using base
sas.
Answer Posted / ganesh k
data dset1;
set dset;
by var1;
if last.var1>1 then output;
run;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
If a variable contains only numbers, can it be a character data type?
What is the difference between class statement and by statement in proc means?
Name any two sas spawners? : sas-grid-administration
How necessary is it to be creative in your work?
What do you understand by the term Normal Distribution?
how many display types available in sas bi dashboard? : Sas-bi
Explain what is the use of proc gplot?
what are the component of range? : Sas-bi
What is proc sort?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What system options would you use to help debug a macro? : sas-macro
Mention sas system options to debug sas macros.
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What can be the size of largest dataset in SAS?
what is snowflake schema? : Sas-di