Hi
I would like to have more than one log file open at the same time.
Eg I would like to run the following;
The idea is if possible to direct different outputs generated in one process into several different log files
I would like to have more than one log file open at the same time.
Eg I would like to run the following;
Code:
. capture log close
. log using test1, replace
----------------------------------------------------------------------------------------------------------------------------------------------------------------
name: <unnamed>
log: U:\Documents\STATA\Presentations\literate_programming\test1.smcl
log type: smcl
opened on: 5 Jun 2017, 22:39:42
. log using test2, replace
log file already open
r(604);
Comment