what is the difference between DUPKEY and NODUPKEY???
Answer Posted / rauthu
NODUP (NODUPREC): Eliminates all CONSECUTIVE duplicates by comparing all variables.
NODUPKEY: Eliminates all CONSECUTIVE duplicates by comparing by variables ONLY.(*** clue KEY = BY )
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the functions which are used for character handling functions?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the work of tranwrd function?
Explain proc sort?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What is a macro routine?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How many data types are there in SAS?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Enlist the syntax rules followed in sas statements.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Tell e how how dealt with..
what are _numeric_ and _character_ and what do they do? : Sas programming