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
Explain bmdp procedure?
Explain the difference between nodup and nodupkey options?
What is data _null_?
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
Mention sas system options to debug sas macros.
What are the difficulties u faced while doing vital signs table or dataset?
Which date function advances a date, time or datetime value by a given interval?
If you could design your ideal job, what would it look like?
What is PDV?
What is the basic structure of the SAS base program?
what are informats in sas? : Sas-administrator
what is sas application server? : Sas-di
Give an example where SAS fails to convert character value to numeric value automatically?
what is the purpose of _error_? : Sas programming
what has been your most common programming mistake? : Sas programming