I´m converting spss files into .dta files through many loops and one of those is like the following (the other ones only change the name of the spss file)
cd "$directorio/`i'/`i'-Modulo238";
usespss 10_IVCENAGRO_REC05.sav;
save 238, replace;
erase 10_IVCENAGRO_REC05.sav;
and after runnings it, the error on the title appears:
file
C:\Users\AppData\Local\Temp\ST_04000001.tmp
not found
r(601);
I tried searching manually the file ST_04000001.tmp but it indeed does not exist.
I thank in advance your responses and any possible solutions.
Related Posts with C:UsersAppDataLocalTempST_04000001.tmp * *not found
Gravity model estimation using PPML with fixed effectsHello All, I'm trying to estimate GVC trade flows in a gravity model, using the PPML method. My dep…
Negative -hausman- in the logit/xtlogit decisionI have unbalanced panel data and want to decide whether to compute (pooled) -logit-, -xtlogit,fe- or…
Estimation of the same survival models converges sometimes and sometimes doesn'tI estimate survival models. However, the model converges sometimes and sometimes it doesn't even tho…
Cluster by firmHi- does clustering by firm has any impact on coefficient (or on Constant)? I read it reduces coeffi…
Instrument set from initial period regressionHi I am running af 2sls model with panel data where I on average have 6 observation for each indivi…
Subscribe to:
Post Comments (Atom)
0 Response to C:\Users\AppData\Local\Temp\ST_04000001.tmp * *not found
Post a Comment