how to display duplicated observations in a data using base
sas.
Answer Posted / vinodhini
There are two ways to display duplicate observations.
1.In data step, using first.var and last.var
2.Using proc sort with option dupout option
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Of all your work, where have you been the most successful?
what is data access? : Sas-di
What is SAS?
what are the types of interactive display types? : Sas-bi
Mention some common errors that are usually committed in sas programming.
Can you execute macro within another macro? : sas-macro
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Explain the difference between nodup and nodupkey options?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Name validation tools used in SAS
How does proc sql work?
Which are the statements whose placement in the data step is critical?
What is the difference between proportion and average?
Mention what is SAS data set?
which date function advances a date, time or datetime value by a given interval? : Sas programming