Explain the message 'Merge has one or more datasets with
repeats of by variables'.
Answer Posted / vimal
If we are merging two datasets,
say,
a b
100 100
100
data x;
merge a b;
by id;
in this case, b has by variable repeated twice.
so the warning occurs.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is sas application server? : Sas-di
Mention what is SAS data set?
How we can call macros with in data step? : sas-macro
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What is the function of output statement in a SAS Program?
Name and describe few sas character functions that are used for data cleaning in brief.
What are common programming errors committed in sas
What is program data vector (pdv) and what are its functions?
Have you ever used the SAS Debugger?
What do the put and input function do?
Difference between nodup and nodupkey options?
How is character variable converted into numeric variable and vice versa?
What is the difference between match merge and one to one merge?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
If a variable contains letters or special characters, can it be numeric data type?