I am trying to run multiple do files in a row by using the command "do" (filename).
My current working directory according to the
Code:
pwd
Code:
E:\Stata\Masterarbeit\Datenarbeit&Analyse\Do-Files
Code:
global source "E:\Stata\Masterarbeit"
Code:
global do_path "$source\Datenarbeit&Analyse\Do_Files"
Code:
do "$do_path/01_Merging_Cleaning_Summary_Statistics.do"
Code:
file E:\Stata\Masterarbeit\Datenarbeit&Analyse\Do_Files/01_Merging_Cleaning_Summary_Statistics.do not found
I am using Stata Version 16.1
If you have any further questions, please let me know and I will try to be more precise.
Thank you very much in advance!
0 Response to Command "do" does not work although working directory is specified
Post a Comment