Greetings
I wanted to suggest a Stata feature for creating log-files as part of the -do- command. For example, say that the -do- command could take an option -log- or an
option -smcl-. Then, if I run
A file test.smcl would contain the log file results (as a .smcl file). Similarly, if I typed.
A file test.log would contain the log file results (as a .log file).
I know that there are user-written tools for this task, but it seems like it would be an extremely handy feature to have this as a built in feature as part of the -do- command.
Any thoughts?
Michael
I wanted to suggest a Stata feature for creating log-files as part of the -do- command. For example, say that the -do- command could take an option -log- or an
option -smcl-. Then, if I run
Code:
. do test, smcl
Code:
. do test, log
I know that there are user-written tools for this task, but it seems like it would be an extremely handy feature to have this as a built in feature as part of the -do- command.
Any thoughts?
Michael
Comment