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

What are the difference between the sas data step and sas procs?

859


Describe crosslist option in tables statement?

969


what are the scrubbing procedures in sas? : Sas programming

1075


What are pdv and it functions?

797


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

2029


What is the function of output statement in a SAS Program?

837


Give some examples where proc report’s defaults are different than proc print’s defaults?

841


what is intially documentation in sas?

4666


What is SAS? What are the functions does it performs?

971


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

799


what is ae onset date n what is RDS

2168


what is snowflake schema? : Sas-di

930


what is transformation in sas data integration? : Sas-di

794


Tell me about % include and % eval? : sas-macro

916


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

858