This code
produces this error message:
The problem is the datatype, not uniqueness!
Code:
clear sysuse auto save test rename make makeshort generate strL make = makeshort merge 1:1 make using test
Code:
. merge 1:1 make using test variable make does not uniquely identify observations in the master data r(459);
Comment