"What is the difference between proc sort nodup and proc
sort nodupkey?"
Answer Posted / chandrakanth
Proc sort nodupkey will remove any repeated observations based on by variable you mention in the proc sort, whereas proc sort nodup will remove all the repeated observation irrespective of the mentioned by variable . Hope this answers your question let me know if you need more details.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Mention few capabilities of sas framework.
What is the basic syntax of a sas program?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How many ways to overcome a missing values???
What is the role of administrative users? : sas-grid-administration
Describe 5 ways to do a “table lookup” in SAS?
What is program data vector (pdv) and what are its functions?
Name few SAS functions?
what are the types of interactive display types? : Sas-bi
I need level 2 to 5 sas using companies in india
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 are the best practices to process the large data sets in sas programming? : Sas-administrator
what is study design in while working with SAS? what are screening variables in SAS?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?