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
What is substr function?
What are the ways to do a “table lookup” in sas?
How to create an external dataset with sas code?
Explain the purpose of substr functions in sas programming.
explain about sas business intelligence? : Sas-bi
what is the difference between floor and ceil functions in sas? : Sas-administrator
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what versions of sas have you used (on which platforms)? : Sas programming
Mention some common errors that are usually committed in sas programming.
How can you create a macro variable with in data step? : sas-macro
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what is sas metadata repository? : Sas-bi
how the sas basic syntax style described? : Sas-administrator
describe how to adjust the performance of data integrator? : Sas-di
What areas of SAS are you most interested in?