what are methods to identify duplicate observations?
Answer Posted / hari prasad reddy
3 methods.
1.using proc sort
2.proc sql distinct
3.set first.var and last.var
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of retain statement.
Give some ways by which you can define the variables to produce the summary report (using proc report)?
How would you define the end of a macro?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is by-group processing?
explain the difference between proc means and proc summary?
Can you execute a macro within a macro? Describe. : sas-macro
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what is snowflake schema? : Sas-di
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What does the RUN statement do?
what are the scrubbing procedures in sas? : Sas programming
What is a put statement?
for report generation which one you used proc report or data_null_?
Which function is used to count the number of intervals between two sas dates?