diff --git a/all.sas b/all.sas index 330057e..9de9248 100644 --- a/all.sas +++ b/all.sas @@ -26979,7 +26979,7 @@ Usage: %if &platform=SASJS %then %do; %ms_getfile(&loc..sas, outref=&outref) %end; -%else %if &platform=SAS9 %then %do; +%else %if &platform=SAS9 or &platform=SASMETA %then %do; %mm_getstpcode(tree=&loc,outloc=&outref) %end; %else %if &platform=SASVIYA %then %do; diff --git a/xplatform/mx_getcode.sas b/xplatform/mx_getcode.sas index 8587c7e..5920272 100644 --- a/xplatform/mx_getcode.sas +++ b/xplatform/mx_getcode.sas @@ -34,7 +34,7 @@ %if &platform=SASJS %then %do; %ms_getfile(&loc..sas, outref=&outref) %end; -%else %if &platform=SAS9 %then %do; +%else %if &platform=SAS9 or &platform=SASMETA %then %do; %mm_getstpcode(tree=&loc,outloc=&outref) %end; %else %if &platform=SASVIYA %then %do;