mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 23:50:06 +00:00
fix: proc append warnings for file attributes
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
@li mp_dropmembers.sas
|
@li mp_dropmembers.sas
|
||||||
@li mf_existds.sas
|
@li mf_existds.sas
|
||||||
@li mf_getvarlist.sas
|
@li mf_getvarlist.sas
|
||||||
@li mf_wordsInStr1ButNotStr2.sas
|
@li mf_wordsinstr1butnotstr2.sas
|
||||||
|
|
||||||
<h4> Related Macros </h4>
|
<h4> Related Macros </h4>
|
||||||
@li mp_dirlist.test.sas
|
@li mp_dirlist.test.sas
|
||||||
@@ -215,7 +215,7 @@ generated */
|
|||||||
%let varstr2 = %mf_getvarlist(&outds);
|
%let varstr2 = %mf_getvarlist(&outds);
|
||||||
%end;
|
%end;
|
||||||
|
|
||||||
%if "%mf_wordsInStr1ButNotStr2(
|
%if "%mf_wordsinstr1butnotstr2(
|
||||||
Str1=&varstr1
|
Str1=&varstr1
|
||||||
,Str2=&varstr2
|
,Str2=&varstr2
|
||||||
)" ne "" %then %do;
|
)" ne "" %then %do;
|
||||||
|
|||||||
Reference in New Issue
Block a user