how to remove the duplicates by proc sql?
Answers were Sorted based on User's Feedback
Answer / xxx
proc sql;
select id where id(select id from tablename)group by id
having id>1;
quit;
Is This Answer Correct ? | 1 Yes | 10 No |
AE datasets names? how many types?
Approximately what date is represented by SAS date value of 730
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
how does sas handle missing values in procs? : Sas programming
what is the difference between %put and symbolgen?
code the tables statement for a single level frequency?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
How would you determine the number of missing or nonmissing values in computations?
Explain the difference between nodup and nodupkey options?
how to remove the duplicates by proc sql?
Under what circumstances would you code a SELECT construct instead of IF statements?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?