How would you delete observations with duplicate keys?
Answer Posted / thirumalesh
NoDupKey is to delete duplicate observations based on by variables as a key variable, Noduprecs is to delete multiple observations with same values(repeated values).
also it can be done using proc sql,
and using fist and last statements in if condiotion.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you determine the number of missing or nonmissing values in computations?
what is the use of proc sql? : Sas programming
Explain what is data step?
What do you know about sas and what we do? : sas-grid-administration
If a variable contains only numbers, can it be a character data type?
Describe a time when you were really stuck on a problem and how you solved it?
what are validation tools that are used in sas? : Sas-administrator
What do the put and input function do?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is the difference between reading data from an external file and reading data from an existing data set?
Explain the purpose of substr functions in sas programming.
how are numeric and character missing values represented internally? : Sas programming
Give some examples where proc report’s defaults are different than proc print’s defaults?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the default statistics that proc means produce?