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 |
Please write codes to merge two datasets and keep every record in the first dataset.
how do we mail reports from SAS environment to our team leader
Mention sas system options to debug sas macros.
Which are the statements whose placement in the data step is critical?
describe how to adjust the performance of data integrator? : Sas-di
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
Which function is used to count the number of intervals between two sas dates?
what is function of retain statment
Explain substr function?
I have a dataset with variables empid and doj how to calculate retirement age?
differnce between 8.2 and 9.1.3
how to remove the duplicates by proc sql?