how to display duplicated observations in a data using base
sas.
Answer Posted / sheetal
If you are using SAS version 9 then use dupout option with
proc sort.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to limit decimal places for the variable using proc means?
what are the benefits of data integration? : Sas-di
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What are the data types does SAS contain?
How substr function works in sas?
how do you test for missing values? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
how do you pull data from equifax?tell me the process?
Hi, If anyone has base SAS certification dumps, please share.
What’s the difference between var b1 – b3 and var b1 — b3?
what is the difference between nodup and nodupkey options? : Sas programming
What does the trace option do?
What is PROC in SAS?
How to create list output for cross-tabulations in proc freq?
What is the difference between class statement and by statement in proc means?