I'm try to run the code shown below. The app geocode was down loaded from the internet. I'm running the code from the app's author example file. As shown below I get an 601 error. Below I've listed the commands and output. I'm using STATA 16. What is the problem?
use "C:\geocode\geocode_data.dta"
. geocode, state(resp_st) zip(resp_zp)
Geocoding 1 of 10
file C:\Users\admin\AppData\Local\Temp\ST_aef0_000002.t mp not found
r(601)
list
+-----------------------------------------------------------------------------+
| id resp_street resp_city resp_st resp_zp geoid |
|-----------------------------------------------------------------------------|
1. | 1 1500 Market St Philadelphia PA 19102 1 |
2. | 2 2124 Fairmount Ave Philadelphia PA 19130 2 |
3. | 3 2600 Benjamin Franklin Pkwy Philadelphia PA 19130 3 |
4. | 4 1219 S 9th St Philadelphia PA 19147 4 |
5. | 5 420 Chestnut St Philadelphia PA 19106 5 |
|-----------------------------------------------------------------------------|
6. | 6 8500 Essington Ave Philadelphia PA 19153 6 |
7. | 7 3600 Market St Philadelphia PA 19104 7 |
8. | 8 1455 Franklin Mills Circle Philadelphia PA 19154 8 |
9. | 9 1901 Vine Street Philadelphia PA 19103 9 |
10. | 10 1801 N Broad St Philadelphia PA 19122 10 |
+-----------------------------------------------------------------------------+
Related Posts with r601 error - file C:UsersadminAppDataLocalTempST_aef0_000002.t mp not found r(601);
using macro variables in loopDear all, I am writing to ask for help in using macro variables in loops. My code is something as …
Remove firms if fiscal year-end changesHello everyone, I have a question: for my research it's is relevant that there are no fiscal years-…
Is this the correct Stata syntax for CF/2SRI with an ordinal probit in the first stage?Dear All, I am mostly an R user. But since I have not found a way yet to reproduce generalised resi…
tabulate multiple variables with percentageHi, I need make table of age, sex, salary, hh_icnome by occupation in one table with only % figures…
How to identify the "case" corresponding to the min value obtain from summary statisitcs?Hello I have run the following summary stats and obtained the following: . . sum a_buy_gas_elec_ap…
Subscribe to:
Post Comments (Atom)
0 Response to r601 error - file C:\Users\admin\AppData\Local\Temp\ST_aef0_000002.t mp not found r(601);
Post a Comment