how to delete the duplicates by using proc sql?
Answer Posted / arpit
proc sql;
select distinct (*) from sasuser.xyz;
quit.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain translate function?
what is the purpose of _error_? : Sas programming
What are the statements that are executed only?
explain the key concept of sas? : Sas-administrator
what are the scrubbing procedures in sas? : Sas programming
Do you need to know if there are any missing values?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is connection profile? : sas-grid-administration
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Mention what is PROC in SAS?
what is the effect of the options statement errors=1? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
Why and when do you use proc sql?
What is interleaving in SAS?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro