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
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is intially documentation in sas?
Explain data_null_?
What versions of SAS have you used (on which platforms)?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is program data vector (pdv) and what are its functions?
Which date function advances a date, time or datetime value by a given interval?
How would you identify a macro variable?
What is factor analysis?
how will you location sas platform applications available from web browser? : Sas-bi
What are the differences between proc means and proc summary?
why a stop statement is needed for the point= option on a set statement?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
In SAS explain which statement does not perform automatic conversions in comparisons?