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 SAS?

619


What are the data types does SAS contain?

652


What do the PUT and INPUT functions do?

777


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

728


How would you invoke a macro? : sas-macro

552






how does sas handle missing values in assignment statements? : Sas programming

567


Explain the use of proc gplot? : sas-grid-administration

553


Compare sas with other data analytics tools.

581


what is the effect of the options statement errors=1? : Sas programming

592


What is PROC in SAS?

604


Mention what is PROC in SAS?

601


How to create a permanent sas data set?

676


What is the use of stop statement?

642


How would you determine the number of missing or nonmissing values in computations?

648


What is the basic syntax style in SAS?

619