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 are the component of range? : Sas-bi

616


Describe the ways in which you can create macro variables? : sas-macro

574


how sas deals with business intelligence? : Sas-bi

581


Give an example where SAS fails to convert character value to numeric value automatically?

606


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631






what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3899


Difference between informat and format?

638


Name validation tools used in SAS

689


Mention what is SAS data set?

668


Are you involved in writing the inferential analysis plan? Tables specfications?

1742


What are the default statistics that proc means produce?

599


AE datasets names? how many types?

2072


What are the different servers in sas? : sas-grid-administration

598


Give some examples where proc report’s defaults are different than proc print’s defaults?

591


What is the basic structure of a sas program?

594