Not sure why global "year" is not working in log using command
global project "c:\work\education"
global year 2018
log using "$project\log\dist_$year_edu1.log",replace
. log using "$project\log\dist_$year_edu1.log",replace
(note: file c:\work\education\log\dist_.log not found)
file c:\work\education\log\dist_.log could not be opened
r(603);
global project "c:\work\education"
global year 2018
log using "$project\log\dist_$year_edu1.log",replace
. log using "$project\log\dist_$year_edu1.log",replace
(note: file c:\work\education\log\dist_.log not found)
file c:\work\education\log\dist_.log could not be opened
r(603);
Comment