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 |
How would you identify a macro variable? : sas-macro
is there any difference between proc summary and proc means?
Explain the purpose of substr functions in sas programming.
in which companies SAS openings are there? List of companies using SAS technology.
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is SAS? is it a software just for use or we can creat something over there?
What versions of SAS have you used (on which platforms)?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
What is factor analysis?
what is transformation in sas data integration? : Sas-di
which date function advances a date, time or datetime value by a given interval? : Sas programming
How do you add a number to a macro variable?