Hi,
I am using the inputst command, part of the stcmd package from StatTransfer. The command is creating an invalid tmpfile, and therefore unable to load the data into memory. Here's the output:
. inputst "D:\Dropbox\Robbie\surveys\Data\consumer_survey.sa v"
Stat/Transfer command submitted:
"C:\Program Files\StatTransfer13-64\st.exe" "D:\Dropbox\Robbie\surveys\Data\consumer_survey.sa v" stata "D:\stata_temp\ST_00000001.tmp"
Temporary datafile not created: D:\stata_temp\ST_00000001.tmp
Stat/Transfer did not run successfully
file not found
r(601);
The file provided as an input exists, and the temp directory exists. Any ideas on why the tmpfile is not created? Thanks.
I am using the inputst command, part of the stcmd package from StatTransfer. The command is creating an invalid tmpfile, and therefore unable to load the data into memory. Here's the output:
. inputst "D:\Dropbox\Robbie\surveys\Data\consumer_survey.sa v"
Stat/Transfer command submitted:
"C:\Program Files\StatTransfer13-64\st.exe" "D:\Dropbox\Robbie\surveys\Data\consumer_survey.sa v" stata "D:\stata_temp\ST_00000001.tmp"
Temporary datafile not created: D:\stata_temp\ST_00000001.tmp
Stat/Transfer did not run successfully
file not found
r(601);
The file provided as an input exists, and the temp directory exists. Any ideas on why the tmpfile is not created? Thanks.
Comment