Hi
I came across the following path macros in a do file template. This is for a dropbox.
global dta "$path\dta"
global dta_source "$path\dta_source"
global log "$path\log"
global log "$path\graphs"
*-------------------------------------------------------------------------------
capture log close
set logtype text
log using "${path}\log\log_NAME.log", replace
cd "${path}"
I was wondering what global dta and global log refer to and how I should modify them. In addition, I am also a bit confused about the last few lines. Will anyone have any clue?
Thank you!
I came across the following path macros in a do file template. This is for a dropbox.
global dta "$path\dta"
global dta_source "$path\dta_source"
global log "$path\log"
global log "$path\graphs"
*-------------------------------------------------------------------------------
capture log close
set logtype text
log using "${path}\log\log_NAME.log", replace
cd "${path}"
I was wondering what global dta and global log refer to and how I should modify them. In addition, I am also a bit confused about the last few lines. Will anyone have any clue?
Thank you!
Comment