how to display duplicated observations in a data using base
sas.
Answer Posted / vinodhini
There are two ways to display duplicate observations.
1.In data step, using first.var and last.var
2.Using proc sort with option dupout option
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What are the functions used for character handling?
What will calendar procedure do?
what do the pad and dim functions do? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How many data types are there in SAS?
how do the in= variables improve the capability of a merge? : Sas programming
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?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Explain what is data step?
Can you suggest us materials for sdtm mapping?
why is sas considered self-documenting? : Sas programming
What are the new features included in the new version of SAS Programming Language?
Name types of category in which SAS Informats are placed?
What is the use of %include statement?
what is hierarchy flattening? : Sas-di