How to write duplicate records into a separate dataset using
sort?
Answer Posted / yam
First sort the data set by the key variable and then
data dup;
set indata1;
if not(first.keyvar) then output dup;
run;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is by-group processing?
How to test the debugging in sas?
For what purpose would you use the RETAIN statement?
What are the applications primarily used by business analyst? : Sas-bi
What is the maximum and minimum length of macro variable
what versions of sas have you used (on which platforms)? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
What will calendar procedure do?
How to limit decimal places for variable using proc means?
which features do you use to check the data validations and errors? : Sas-administrator
What versions of SAS have you used (on which platforms)?
what is transformation in sas data integration? : Sas-di
what is sas and what are the functions? : Sas-administrator
what type of graphs we will create(for 2+years candidates)?
What can you learn from the SAS log when debugging?