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 program data vector (pdv)?
what type of graphs we will create(for 2+years candidates)?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What do you know about symput and symget?
What are the uses of sas?
What are the features of base sas system?
Mention the category in which sas informats are placed?
Explain translate function?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What are the default statistics for means procedure?
How to convert a numeric variable to a character variable?
How to create list output for cross-tabulations in proc freq?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What can you learn from the SAS log when debugging?
What is the basic syntax of a sas program?