mirror of
https://github.com/sasjs/core.git
synced 2025-12-15 16:14:36 +00:00
fix: mx_getcode platform support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user