Hi all
I cannot get the translate command to work as expected in Stata 17 or 18. Code to generate an example below:
This generates the error " translator log2smcl not found "
However, there is no package log2smcl that I can see to download, or other way to fix this. I have tried just bluntly renaming to .smcl which sort of works but does not seem wise.
Any ideas?
Kind regards,
Bruce
I cannot get the translate command to work as expected in Stata 17 or 18. Code to generate an example below:
Code:
clear all cap log close log using example.log, replace set obs 10 gen one=1 cap log close translate "example.log" "example.smcl"
However, there is no package log2smcl that I can see to download, or other way to fix this. I have tried just bluntly renaming to .smcl which sort of works but does not seem wise.
Any ideas?
Kind regards,
Bruce
Comment