How to write duplicate records into a separate dataset using
sort?

Answer Posted / vimal

PROC SORT DATA=data_a DUPOUT=dup_data
NODUPKEY
OUT=nodup_data;
BY x;
RUN;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bmdp procedure?

811


Explain the difference between nodup and nodupkey options?

800


What is data _null_?

900


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3268


Mention sas system options to debug sas macros.

918


What are the difficulties u faced while doing vital signs table or dataset?

2171


Which date function advances a date, time or datetime value by a given interval?

885


If you could design your ideal job, what would it look like?

2691


What is PDV?

921


What is the basic structure of the SAS base program?

926


what are informats in sas? : Sas-administrator

789


what is sas application server? : Sas-di

740


Give an example where SAS fails to convert character value to numeric value automatically?

849


what is the purpose of _error_? : Sas programming

858


what has been your most common programming mistake? : Sas programming

803