"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
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Tell me more about the parameters in macro? : sas-macro
How to include or exclude specific variables in a data set?
Give e an example of..
For what purpose would you use the RETAIN statement?
What are the statements that are executed only?
What is the order of application for output data set options, input data set options and SAS statements?
Name validation tools used in SAS
Mention the difference between ceil and floor functions in sas?
How we can call macros with in data step? : sas-macro
Mention what is the difference between nodupkey and nodup options?
What would you change about your job?
Explain the use of proc print and proc contents?
explain the difference between proc means and proc summary?
What is the length assigned to the target variable by the scan function?