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 maximum storage capability of SAS?
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?
why is sas data integration studio important? : Sas-di
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is the purpose of _error_? : Sas programming
explain the difference between proc means and proc summary?
how to debug and test the sas program? : Sas-administrator
what are validation tools that are used in sas? : Sas-administrator
what r the job openings SAS for fresher graduates !
What is the length assigned to the target variable by the scan function?
Tell me about % include and % eval? : sas-macro
What are the applications primarily used by business analyst? : Sas-bi
what techniques and/or procs do you use for tables? : Sas programming
for whom is sas data integration studio designed? : Sas-di
Explain the difference between using drop = data set option in set and data statement?