how to display duplicated observations in a data using base
sas.
Answer Posted / pranitha patel
By using dupout option...
Proc sort data = X out = Xclean
Dupout = X dups nodupkey :
By variable :
Run:
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the order of application for output data set options, input data set options and SAS statements?
List down the reasons for choosing sas over other data analytics tools.
What are the data types does SAS contain?
What is the maximum length of the macro variable? : sas-macro
What are the difficulties u faced while doing vital signs table or dataset?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is connection profile? : sas-grid-administration
Explain the use of proc gplot? : sas-grid-administration
Mention sas system options to debug sas macros.
What is PROC in SAS?
explain about data integrator metadata reports? : Sas-di
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
To what type of programms have you used scratch macros?