How to write duplicate records into a separate dataset using
sort?
Answer Posted / yam
First sort the data set by the key variable and then
data dup;
set indata1;
if not(first.keyvar) then output dup;
run;
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is program data vector (pdv) and what are its functions?
What is the length assigned to the target variable by the scan function?
what are sas bi dashboard components? : Sas-bi
explain what is factor analysis? : Sas-administrator
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What can be the size of largest dataset in SAS?
AE datasets names? how many types?
Tell e how how dealt with..
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is Linear Regression?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Give some examples where proc report’s defaults are same as proc print’s defaults?
What are the different versions of sas that you have used until now? : sas-grid-administration
Explain what is data step?
Name validation tools used in SAS