"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
How many data types are there in SAS?
What is the maximum and minimum length of macro variable
what is factor analysis? : Sas-administrator
What does PROC print, and PROC contents do?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
If a variable contains letters or special characters, can it be numeric data type?
how to change the execute of macro
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How would you determine the number of missing or nonmissing values in computations?
explain about various caches available in data integrator? : Sas-di
Give e an example of..
Enlist the syntax rules followed in sas statements.
How to create list output for cross-tabulations in proc freq?