What is the difference between nodup and nodupkey options?
Answer Posted / shalabh tyagi
Nodup: Checks for duplicacy among the variables in a row and
keeps the 1st row of that observaion in the final output and
deletes the rest
Nodupkey: Checks for the duplicacy among the variables
specified in "by" statement and keeps the 1st row of the
observaion and deletes the rest
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain what Proc glm does?
Explain how you can debug and test your SAS program?
what can you learn from the sas log when debugging? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is the use of sas management console? : Sas-di
what is broad cast agent? : Sas-bi
what is data governance? : Sas-di
what is sas metadata server? : Sas-di
Tell me more about the parameters in macro? : sas-macro
How to sort in descending order?
To what type of programms have you used scratch macros?
how to do user inputs and command line arguments in sas?
Difference between informat and format?
Mention common programming errors committed in sas ?