1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

fix: enabling fileref as output option for sas code obtained via mm_getstpcode. Also updated some doc headers and macro footers.

This commit is contained in:
Allan Bowe
2021-05-06 15:06:13 +03:00
parent 04a3189a89
commit 61701f3c6a
4 changed files with 373 additions and 64 deletions

View File

@@ -18,4 +18,4 @@
&today._&now._&sysjobid._%sysevalf(%sysfunc(ranuni(0))*999,CEIL)
%mend;
%mend mf_uid;

View File

@@ -22,6 +22,7 @@
@param [in] incol The column to be validated
@param [in] rule The rule to apply. Current rules:
@li ISNUM - checks if the variable is numeric
@li LIBDS - matches LIBREF.DATASET format
@param [out] outcol The variable to create, with the results of the match
@@ -62,4 +63,4 @@
else &outcol=0;
%end;
%mend;
%mend mp_validatecol;