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
Exporting/Displaying boottest resultsHi everyone, I am running a difference in differences regression with Panel data on Stata version 1…
Expanding backwardsHello, Im working on a dataset and want to expand my dataset backwards for 2 months extra. The data…
Getting value of specific value labelDear Statalisters, I've got a (probably very easy) problem and I'm somehow blind for the answer.. …
unsuccessful mergeHello everyone! I am trying to merge two data files from different sources using the command merge …
npregress and Bandwidth selection with Bootstrap CIDear all, I have a question that is both technical (Stata) and theoretical. Based on the help file f…
Subscribe to:
Post Comments (Atom)
0 Response to C:\Users\AppData\Local\Temp\ST_04000001.tmp * *not found
Post a Comment