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
How to sort in descending order?
what is study design in while working with SAS? what are screening variables in SAS?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
I need level 2 to 5 sas using companies in india
How to limit decimal places for variable using proc means?
what is sas and what are the functions? : Sas-administrator
how many display types available in sas bi dashboard? : Sas-bi
what are the considerations when picking a SAS/STAT procedure?
how does sas handle missing values in formats? : Sas programming
Explain input and put function?
do you need to know if there are any missing values? : Sas programming
What is factor analysis?
What areas of SAS are you most interested in?
what is the Population you used in your project, is it ITT or PP?
What are the data types that sas contain?