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

fix: proc append warnings for file attributes

This commit is contained in:
Ivor Townsend
2022-01-10 16:49:33 +00:00
parent db195a8311
commit 259bcc0173

View File

@@ -52,7 +52,7 @@
@li mp_dropmembers.sas
@li mf_existds.sas
@li mf_getvarlist.sas
@li mf_wordsInStr1ButNotStr2.sas
@li mf_wordsinstr1butnotstr2.sas
<h4> Related Macros </h4>
@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;