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


Please Help Members By Posting Answers For Below Questions

how to debug and test the sas program? : Sas-administrator

767


How to read an input file in sas?

892


What is the difference between the proc sql and data step?

863


Explain the difference between informat and format with an example.

912


What are the new features included in the new version of SAS Programming Language?

940


how many display types available in sas bi dashboard? : Sas-bi

835


what is proc Index? and what is proc document?

2210


What was the last computer book you purchased? Why?

2084


how do you test for missing values? : Sas programming

778


What are the difference between sas functions and procedures?

833


Explain why double trailing @@ is used in input statement?

784


What is proc sort?

888


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1579


What are the ways in which macro variables can be created in sas programming?

768


what r the job openings SAS for fresher graduates !

2185