how to display duplicated observations in a data using base
sas.
Answer Posted / ganesh k
data dset1;
set dset;
by var1;
if last.var1>1 then output;
run;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Given an unsorted data set, how to read the last observation to a new data set?
What is interleaving in SAS?
Explain the purpose of retain statement.
What is the purpose of _character_ and _numeric_?
What are the differences between proc means and proc summary?
What sas features do you use to check errors and data validation?
How would you determine the number of missing or nonmissing values in computations?
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
How to convert a numeric variable to a character variable?
What are the statements that are executed only?
Intern stastical programmer written test
what is sas application server? : Sas-di
explain the difference between proc means and proc summary?
explain about sas business intelligence? : Sas-bi
What makes sas stand out to be the best over other data analytics tools?