how to display duplicated observations in a data using base
sas.
Answer Posted / pranitha patel
By using dupout option...
Proc sort data = X out = Xclean
Dupout = X dups nodupkey :
By variable :
Run:
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are several options for creating reports in web report studio? : Sas-bi
How would you determine the number of missing or nonmissing values in computations?
What are common programming errors committed in sas
What is the maximum and minimum length of macro variable
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
In ARRAY processing, what does the DIM function do?
for what purpose would you use the retain statement? : Sas programming
Differentiate input and infile.
what has been your most common programming mistake? : Sas programming
Do you need to rearrange the order of the data for the report?
how many types prompting framework can be broken down to? : Sas-bi
How do dates work in SAS data?
how do the in= variables improve the capability of a merge? : Sas programming
Differences between where and if statement?
What are the scrubbing procedures in sas?