From b61b5f1856e5d7011a43c00e0ec5ce6fda4e7ea9 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Thu, 6 May 2021 19:05:14 +0300 Subject: [PATCH] fix: adding dependency --- all.sas | 3 +++ meta/mm_getstpcode.sas | 3 +++ 2 files changed, 6 insertions(+) diff --git a/all.sas b/all.sas index faf96e1..7244ae4 100644 --- a/all.sas +++ b/all.sas @@ -10578,6 +10578,9 @@ filename __mc2 clear; @param [out] outref= (0) Fileref to which to write the code. @param [out] showlog=(NO) Set to YES to print log to the window +

SAS Macros

+ @li mf_getuniquefileref.sas + @author Allan Bowe **/ diff --git a/meta/mm_getstpcode.sas b/meta/mm_getstpcode.sas index 0856f60..ac471af 100644 --- a/meta/mm_getstpcode.sas +++ b/meta/mm_getstpcode.sas @@ -19,6 +19,9 @@ @param [out] outref= (0) Fileref to which to write the code. @param [out] showlog=(NO) Set to YES to print log to the window +

SAS Macros

+ @li mf_getuniquefileref.sas + @author Allan Bowe **/