|
Hi all,
Following code removes around 2000 duplicate observations. I would like to
see which ones are eliminated. I think in the recent SUGI, someone gave
like a Proc summary trick to do this....does someone has an idea or quick
fix that they use for self check.....
proc sort data=fintest out=sort_fin nodup ;
by sequence ;
run ;
many thanks
hari
|