Hi all,
I have a dataset with data on the Gini index for Brazilian municipalities in 2010. I need to merge to this dataset an id variable called "ibge_mun_code", which is located in the dataset "finbra_codsiafi_2008.dta".
merge 1:1 ibge using finbra_codsiafi_2008.dta, keepusing(ibge_mun_code)
I have been unable to do the merge. Instead, I get the following error message: file finbra_codsiafi_2008.dta not found
I don't know the reason for this error. Both datasets are stored in the same folder. In addition, the filename "finbra_codsiafi_2008.dta" is correct. I re-checked several times.
Does anyone know how to fix this problem?
Thank you.
Related Posts with Unable to merge data: obtaining return code r(601)
Complicate box plotHii guys, I have a database made as follows: Code: * Example generated by -dataex-. To install: s…
Removing duplicatesHi Statalist, I have this variable: Code: * Example generated by -dataex-. To install: ssc instal…
Generating variable and replacing the outlier as missing based on grouping and conditionDear All, I am working with firm level data. I want to generate a variable lsales = ln(sales) and wa…
How to count a purchase date of medicines?Hello! This is Babar, quite new here in this forum and here is my first question. " I have a long d…
Expressing all other variables in deviation from the cross-section mean of 'year' variableHello everyone, I am a STATA novice and still getting to grips with the software. I am running a l…
Subscribe to:
Post Comments (Atom)
0 Response to Unable to merge data: obtaining return code r(601)
Post a Comment