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
Transforming data in a Correlation MatrixDear all, I'm having a 410x410 correlation matrix, which looks like this A B C D A 1 0.1 0.2 …
How to test moderating effect in time series analysis?Hi all, I am beginner in analyzing data with STATA. I have some problem to choose the suitable meth…
wanted = 1 if cumulative 15 trading days of risk = 1Dear All, I found this question here https://bbs.pinggu.org/thread-7813996-1-1.html。The data set is …
Multiple loop commands into one, "program error: code follows on the same line as open brace”Hi everyone, I have a panel data set that consists of portfolio weights of 25 different currencies …
Extension of maximum number of variables by "maxvar" is not possible:I have Stata 15 with a Stata/SE license. So extension of memory space should be possible. However us…
Subscribe to:
Post Comments (Atom)
0 Response to C:\Users\AppData\Local\Temp\ST_04000001.tmp * *not found
Post a Comment