I have a large file that I am working with in Stata (about 18GB) and I am running out on space on my hard drive so I want to change the temp file location for Stata to an external hard drive. Something to note though is that I have enough disk space to save it on my hard drive but when I save it Stata comes back with:
insufficient disk space
r(699);
I am hoping that changing the temp file location will fix the problem but I don't know.
I followed the instructions of a previous question: https://www.statalist.org/forums/for...on-on-mac-os-x
but this does not work for me..
I have never used Terminal before so I am not exactly sure what I am doing but when I typed in the first command:
setenv STATATMP /Volumes/KINGSTON/Data
it comes back with: -bash: setenv: command not found
Very grateful for answers..
Thanks
Stella
insufficient disk space
r(699);
I am hoping that changing the temp file location will fix the problem but I don't know.
I followed the instructions of a previous question: https://www.statalist.org/forums/for...on-on-mac-os-x
but this does not work for me..
I have never used Terminal before so I am not exactly sure what I am doing but when I typed in the first command:
setenv STATATMP /Volumes/KINGSTON/Data
it comes back with: -bash: setenv: command not found
Very grateful for answers..
Thanks
Stella
Comment