mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
fix: using outref instead of outloc in mm_getstpcode invocation from mx_getcode
This commit is contained in:
2
all.sas
2
all.sas
@@ -26980,7 +26980,7 @@ Usage:
|
||||
%ms_getfile(&loc..sas, outref=&outref)
|
||||
%end;
|
||||
%else %if &platform=SAS9 or &platform=SASMETA %then %do;
|
||||
%mm_getstpcode(tree=&loc,outloc=&outref)
|
||||
%mm_getstpcode(tree=&loc,outref=&outref)
|
||||
%end;
|
||||
%else %if &platform=SASVIYA %then %do;
|
||||
/* extract name & path from &loc */
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
%ms_getfile(&loc..sas, outref=&outref)
|
||||
%end;
|
||||
%else %if &platform=SAS9 or &platform=SASMETA %then %do;
|
||||
%mm_getstpcode(tree=&loc,outloc=&outref)
|
||||
%mm_getstpcode(tree=&loc,outref=&outref)
|
||||
%end;
|
||||
%else %if &platform=SASVIYA %then %do;
|
||||
/* extract name & path from &loc */
|
||||
|
||||
Reference in New Issue
Block a user