How would you delete observations with duplicate keys?
Answer Posted / haritha
In data step first dot variable and last dot variable use
to delete the duplicate values.
by using no dup we delete the duplicate values in row wise
and no dup key is used to delete the duplicate values in
column wise it means observation
and distinct is use to delete the duplicate values in proc
sql
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the use of proc print and proc contents?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what is slowly changing dimension? : Sas-di
What is the role of sas grid administrator? : sas-grid-administration
How do you connect the desktop application to metadata server? : sas-grid-administration
What is SAS informats?
Intern stastical programmer written test
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What is the basic structure of the SAS base program?
What are the features of base sas system?
In ARRAY processing, what does the DIM function do?
how the sas basic syntax style described? : Sas-administrator
What are the ways in which macro variables can be created in sas programming?
What is maximum storage capability of SAS?
how does sas handle missing values in assignment statements? : Sas programming