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 are the features of SAS?
Name types of category in which SAS Informats are placed?
How do you delete duplicate observations in sas?
how to debug and test the sas program? : Sas-administrator
How would you determine the number of missing or nonmissing values in computations?
What are the parameters of scan function?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How do you specify the number of iterations and specific condition within a single do loop?
What are types of transport files?
What are the difficulties u faced while doing vital signs table or dataset?
What are the uses of sas?
How would you define the end of a macro? : sas-macro
In SAS explain which statement does not perform automatic conversions in comparisons?
what type of graphs we will create(for 2+years candidates)?
Enlist the functions performed by sas.