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 is SAS?
Given an unsorted data set, how to read the last observation to a new data set?
explain what is factor analysis? : Sas-administrator
what is change analysis in sas di ? : Sas-di
how does sas handle missing values in a merge? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What are the new features included in the new version of SAS Programming Language?
Differentiate between sas functions and sas procedures.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What sas features do you use to check errors and data validation?
Explain what is the use of proc gplot?
Explain how merging helps to combine data sets.
What is the basic structure of a sas program?
What do you know about sas data set?
Define run-group processing?