what are methods to identify duplicate observations?
Answer Posted / sudha ramalingam
You can also use nodupkey and noduprecs in your proc sort
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How will you generate test data with no input data?
If a variable contains only numbers, can it be a character data type?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what are some differences between proc summary and proc means? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is the difference between SAS functions and procedures?
Difference between informat and format?
Give e an example of..
How do you specify the number of iterations and specific condition within a single do loop?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How do you use the do loop if you don’t know how many times you should execute the do loop?
how do the in= variables improve the capability of a merge? : Sas programming
Mention what is the difference between nodupkey and nodup options?