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? is a package or tool? give me introduction about sas?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
Name few SAS functions?
What does a PROC TRANSPOSE do?
Intern stastical programmer written test
Of all your work, where have you been the most successful?
what are the scrubbing procedures in sas? : Sas programming
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
why is sas data integration studio important? : Sas-di
Mention few ways with which a “table lookup’ is done in sas programming.
Name and describe three SAS functions that you have used, if any?
Are you sensitive to code walk-throughs peer review or QC review?