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
What do the SAS log messages "numeric values have been converted to character" mean?
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration
: and & modifiers.
How would you identify a macro variable? : sas-macro
what is sas and what are the functions? : Sas-administrator
what other sas products have you used and consider yourself proficient in using? : Sas programming
How do you connect the desktop application to metadata server? : sas-grid-administration
What are the default statistics for means procedure?
what is sas database server? : Sas-di
What is a method to debug and test your SAS program?
List down the reasons for choosing sas over other data analytics tools.
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Given an unsorted data set, how to read the last observation to a new data set?
which date function advances a date, time or datetime value by a given interval? : Sas programming