1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: renaming outcat to outlib for wider compatibility

This commit is contained in:
Allan Bowe
2022-01-20 09:14:11 +00:00
parent ccc9dfa4aa
commit 9fb218f0be
4 changed files with 191 additions and 87 deletions

View File

@@ -69,7 +69,7 @@
%if %mf_existfunction(stpsrv_header)=1 %then %return;
%if &wrap=YES %then %do;
proc fcmp outcat=&lib..&cat..&pkg;
proc fcmp outlib=&lib..&cat..&pkg;
%end;
function stpsrv_header(name $, value $);

View File

@@ -49,7 +49,7 @@
)/*/STORE SOURCE*/;
%if &wrap=YES %then %do;
proc fcmp outcat=&lib..&cat..&pkg;
proc fcmp outlib=&lib..&cat..&pkg;
%end;
function mcf_string2file(filepath $, string $, mode $);