From e23bc461c4ce271286e1911be94f17172052b849 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Tue, 31 May 2022 22:00:58 +0000 Subject: [PATCH] fix: mx_getcode platform support --- all.sas | 2 +- xplatform/mx_getcode.sas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;