I'm trying to use the following code to set up global macro and then call do file based on the macro:
Code:
global dataset "passenger"
if $dataset == "passenger" {
do "${indexfolder}/Passenger_code.do"
}Code:
passenger not found
Any help will be appreciated!
Many thanks,
Craig
0 Response to Use global macro to call do-file not error
Post a Comment