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?
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
Explain proc univariate?
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
Which statement does not perform automatic conversions in comparisons?
diff between nodup rec and ondup key???
what are some good sas programming practices for processing very large data sets? : Sas programming
State the difference between INFORMAT and FORMAT ?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
name some data transformation used in sas di? : Sas-di
What is the maximum length of the macro variable? : sas-macro