diff between nodup rec and ondup key???
Answers were Sorted based on User's Feedback
Answer / mallikarjuna
nodupkey deletes duplicate observations based on by
variable.
noduprec delete the duplicate observations if entire
observation is duplicate.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / ramkgupta
simply to say nodup and noduprec checks values present in all variables in dataset from one record to next record where as nodupkey checks values present in only variables given in by statement not all variables in a dataset.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is SAS? What are the functions does it performs?
Differentiate between ceil and floor functions.
How we can create SAS USER DEFINED CODE?
how many data types in sas? : Sas-administrator
What is PROC in SAS?
what is the prob plot in clinical domain
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
How to limit decimal places for the variable using proc means?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
State the difference between INFORMAT and FORMAT ?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?