mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 04:50:05 +00:00
feat: new mcf_init.sas macro to handle function compilation tracking (and associated test). Further updates to support mp_stackdiffs test results so far
This commit is contained in:
@@ -40,10 +40,11 @@
|
||||
Uses a 3 part format: libref.catalog.package
|
||||
|
||||
<h4> SAS Macros </h4>
|
||||
@li mf_existfunction.sas
|
||||
@li mcf_init.sas
|
||||
|
||||
<h4> Related Macros </h4>
|
||||
<h4> Related Programs </h4>
|
||||
@li mcf_length.test.sas
|
||||
@li mp_init.sas
|
||||
|
||||
**/
|
||||
|
||||
@@ -54,7 +55,7 @@
|
||||
,pkg=UTILS
|
||||
)/*/STORE SOURCE*/;
|
||||
|
||||
%if %mf_existfunction(mcf_length)=1 %then %return;
|
||||
%if %mcf_init(mcf_length)=1 %then %return;
|
||||
|
||||
%if &wrap=YES %then %do;
|
||||
proc fcmp outlib=&lib..&cat..&pkg;
|
||||
|
||||
Reference in New Issue
Block a user