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


Please Help Members By Posting Answers For Below Questions

what is the difference between unique key and primary key? : Sas-di

817


In sas admin differentiate between roles and capabilities? : sas-grid-administration

759


Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

1832


What is the differnce between SDTM 3.1.2 to 3.1.1 version

4828


Describe the ways in which you can create a macro variable?

818


In SAS explain which statement does not perform automatic conversions in comparisons?

1060


why is sas data integration studio important? : Sas-di

760


Explain input and put function?

860


What is the difference between INPUT and INFILE ?

970


What is substr function?

850


Explain bmdp procedure?

798


What are symget and symput? : sas-macro

977


What are the automatic variables for macro? : sas-macro

853


what is sas and what are the functions? : Sas-administrator

732


How to create list output for cross-tabulations in proc freq?

842