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
Mention how to limit decimal places for the variable using proc means?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Can you explain the process of calendar?
how do you debug and test your sas programs? : Sas programming
What do you know about sas data set?
Can you execute macro within another macro? : sas-macro
Explain the difference between using drop = data set option in set and data statement?
How to include or exclude specific variables in a data set?
What is SAS? What are the functions does it performs?
What are the applications primarily used by business analyst? : Sas-bi
How to create a permanent sas data set?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration
How are numeric and character missing values represented internally?
Name and describe few sas character functions that are used for data cleaning in brief.