I am using Stata17. I got this error while running reclink. 
The code I ran is just standard:
I tested this same code on a tiny sample data. And it works.
But it didn't work on the actual data I work on. Unfortunately, I cannot post the data here because it's proprietary.
This error appeared several hours after running reclink, not right after. If there was an error in the code itself, I'd guess this error message would have appeared quickly. This perplexes me even more about what would have caused this.
When does this error occur?
The code I ran is just standard:
reclink company_name using "usingdata", idmaster(idmaster) idusing(company_number) gen(match_score)
I tested this same code on a tiny sample data. And it works.
But it didn't work on the actual data I work on. Unfortunately, I cannot post the data here because it's proprietary.
This error appeared several hours after running reclink, not right after. If there was an error in the code itself, I'd guess this error message would have appeared quickly. This perplexes me even more about what would have caused this.
When does this error occur?
Comment