how to display duplicated observations in a data using base
sas.
Answer Posted / sheetal
If you are using SAS version 9 then use dupout option with
proc sort.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
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 do you code to create a macro? : sas-macro
what can you learn from the sas log when debugging? : Sas programming
Describe the function and utility of the most difficult SAS macro that you have written?
what is slowly changing dimension? : Sas-di
What are the prime responsibilities of data integration administrator? : Sas-di
for what purpose would you use the retain statement? : Sas programming
What is the difference between %local and %global? : sas-macro
Mention the category in which sas informats are placed?
Given an unsorted data set, how to read the last observation to a new data set?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Give some ways by which you can define the variables to produce the summary report (using proc report)?
explain the proc in sas? : Sas-administrator
What is the use of divide function?