how to display duplicated observations in a data using base
sas.
Answer Posted / pratik
By using Dopout option we can display duplicate observation.
Proc sort data=datasetname1 nodupkey dopout=datasetname2;
by varaible.
run;
proc print data=datasetname2;
run;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How can I remove header from output data set?
How are numeric and character missing values represented internally?
how can you import .csv file in to sas? : Sas programming
How would you define the end of a macro?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what are _numeric_ and _character_ and what do they do? : Sas programming
How to include or exclude specific variables in a data set?
Describe the ways in which you can create a macro variable?
Can you suggest us materials for sdtm mapping?
Explain translate function?
Give e an example of..
What is the role of sas grid administrator? : sas-grid-administration
What do you know about sas data set?
what is treatment emergent events and treatment emregent adverse event