Say I am trying to create a log file:
Is there an easy way to tell Stata to refer back to the same do file file name?
Code:
log using "Home/Analysis/[insert same file name as my do file]"
Comment