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);
How to plot these graphs?Dear all, I want to plot two graphs shown pictures below. I would appreciate if anyone can help me …
Using loop to create state-codes for statesHi, I have the following states. I want to assign a 2-digit code to each state. The dataex is given…
Egen with weights?Hello, I am new to Stata and I am trying to calculate the proportion of women in different regions …
Can I take fixed effects( such as country id) as a continues covariate to controlHi guys, I am using a cross-section data to run 2sls regression. And there is a bunch of dummies com…
Stochastic Search and Optimization in StataDear all, I am having a panel data of some quality indicators say ind1 ind2 it's up to ind8 and som…
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