From 259bcc0173d2c5bbf2edfb9d8142ec1f84031c8b Mon Sep 17 00:00:00 2001 From: Ivor Townsend Date: Mon, 10 Jan 2022 16:49:33 +0000 Subject: [PATCH] fix: proc append warnings for file attributes --- base/mp_dirlist.sas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/mp_dirlist.sas b/base/mp_dirlist.sas index f2b7e5d..b057872 100644 --- a/base/mp_dirlist.sas +++ b/base/mp_dirlist.sas @@ -52,7 +52,7 @@ @li mp_dropmembers.sas @li mf_existds.sas @li mf_getvarlist.sas - @li mf_wordsInStr1ButNotStr2.sas + @li mf_wordsinstr1butnotstr2.sas

Related Macros

@li mp_dirlist.test.sas @@ -215,7 +215,7 @@ generated */ %let varstr2 = %mf_getvarlist(&outds); %end; - %if "%mf_wordsInStr1ButNotStr2( + %if "%mf_wordsinstr1butnotstr2( Str1=&varstr1 ,Str2=&varstr2 )" ne "" %then %do;