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

what is change analysis in sas di ? : Sas-di

577


how to change the execute of macro

1644


what versions of sas have you used (on which platforms)? : Sas programming

556


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2240


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

549






How will you generate test data with no input data?

547


What is proc sort?

699


Mention the validation tools used in SAS?

624


What is your favorite all time computer book? Why?

2028


What is the difference between INPUT and INFILE ?

731


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

531


What is a put statement?

642


Explain input and put function?

617


How can I remove header from output data set?

2042


Have you used macros? For what purpose you have used? : sas-macro

529