Dear Statalisters,
I came across what I think is strange behavior by Stata's reclink. I want to perform fuzzy matching on company names, while requiring a match on country. I am running the following commands.
local matchvars country company_initial companyname
reclink `matchvars' using "$Root\wsdata", idmaster(id) idusing(ws_id) gen(score) orblock(country)
Everything starts as expected and I see dots appearing as an indication of progress. However after some time (perhaps 20 minutes) I see the following error in red: "option ) not allowed"
I am quite confused. I tried searching to see if someone else came across similar bahavior but with no luck.
I would be grateful if anyone could help me fixing this or suggesting where the problem may be.
Many thanks,
Szymon Sacher
Related Posts with An error midway through reclink ''option ) not allowed)
Reshape data and order contents in columnsDear community, I would like to transfer a data record from the long to the wide format and combine…
Exam question I am stuck onArray Array Array https://ibb.co/NY4JdJc Hello Guys, I am posting this thread as I have been tryin…
Saving datetime in localHi all! I wanted to save a local at the beginning of a code that would save the exact date and time…
Categorical variables in pseudo-panel modelsHi everyone, Can categorical variables be used as explanatory variables in pseudo-panel models? If …
Expand year month in data A to merge with monthly data B -date function?Dear all, My goal is to merge DataA with DataB based on ticker and matching year and month in order …
Subscribe to:
Post Comments (Atom)
0 Response to An error midway through reclink ''option ) not allowed)
Post a Comment