"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
What is the difference between nodupkey and nodup options?
What is the function of Stop statement in a SAS Program?
what is SAS OPTIMIZATION?
how can you put a "trace" in your program? : Sas programming
How do dates work in SAS data?
What do you know about symput and symget?
Do you need to rearrange the order of the data for the report?
What is the difference between reading data from an external file and reading data from an existing data set?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What do you code to create a macro? : sas-macro
What is the good sas programming practices for processing large data sets?
What are the different servers in sas? : sas-grid-administration
How can you create a macro variable with in data step? : sas-macro
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
If a variable contains only numbers, can it be a character data type?