Hi All,
I'm running Stata in Windows to run some large analyses (i.e., thousands of regressions on hundreds of thousands data points).
I'm using batch mode and compiling the output of these analyses on custom files, thus I do not require Stata to generate a log. My main problem is that Stata writing these logs has become my main bottleneck.
Is there a way to tell Stata to not write a log when running in batch mode? The information from the manual is not helpful in this regard (see here https://www.stata.com/manuals/gswb.pdf#gswB.5).
I am aware I could try to alter the code I'm using to limit its output. Problem is I'm using someone else's custom functions and digging through them will take considerable time and effort, so turning off the log would be a much faster solution right now.
Any help is appreciated.
I'm running Stata in Windows to run some large analyses (i.e., thousands of regressions on hundreds of thousands data points).
I'm using batch mode and compiling the output of these analyses on custom files, thus I do not require Stata to generate a log. My main problem is that Stata writing these logs has become my main bottleneck.
Is there a way to tell Stata to not write a log when running in batch mode? The information from the manual is not helpful in this regard (see here https://www.stata.com/manuals/gswb.pdf#gswB.5).
I am aware I could try to alter the code I'm using to limit its output. Problem is I'm using someone else's custom functions and digging through them will take considerable time and effort, so turning off the log would be a much faster solution right now.
Any help is appreciated.
Comment