1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-24 16:51:30 +00:00

fix: adding mend to every macro statement using sasjs lint fix

This commit is contained in:
Allan Bowe
2021-06-21 17:25:01 +03:00
parent 32a6d15c2e
commit d7371a4505
123 changed files with 245 additions and 337 deletions
+1 -1
View File
@@ -328,4 +328,4 @@ run;
%put &sysmacroname:;
%put &sysmacroname:;
%mend;
%mend mv_createjob;
+1 -1
View File
@@ -621,7 +621,7 @@ data _null_;
put ' ';
put ' %quote(&user) ';
put ' ';
put '%mend; ';
put '%mend mf_getuser; ';
/* WEBOUT END */
put '/* if calling viya service with _job param, _program will conflict */';
put '/* so it is provided by SASjs instead as __program */';
+1 -1
View File
@@ -148,4 +148,4 @@ libname &libref1 clear;
filename &fname1a clear;
libname &libref1a clear;
%mend;
%mend mv_deletefoldermember;
+1 -1
View File
@@ -145,4 +145,4 @@ libname &libref1 clear;
filename &fname1a clear;
libname &libref1a clear;
%mend;
%mend mv_deletejes;
+1 -1
View File
@@ -138,4 +138,4 @@ filename &fname1 clear;
filename &fname2 clear;
libname &libref1 clear;
%mend;
%mend mv_deleteviyafolder;
+1 -1
View File
@@ -29,4 +29,4 @@
,refresh_token_var=&refresh_token_var
)
%mend;
%mend mv_getaccesstoken;
+1 -1
View File
@@ -20,4 +20,4 @@
,grant_type=&grant_type
)
%mend;
%mend mv_getapptoken;
+1 -1
View File
@@ -98,4 +98,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
*/
%mend;
%mend mv_getclients;
+1 -1
View File
@@ -103,4 +103,4 @@ run;
/* clear refs */
filename &fname1 clear;
%mend;
%mend mv_getgroupmembers;
+1 -1
View File
@@ -83,4 +83,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
%mend;
%mend mv_getgroups;
+1 -1
View File
@@ -166,4 +166,4 @@ run;
filename &fname0 clear;
%mend;
%mend mv_getjobstate;
+1 -1
View File
@@ -30,4 +30,4 @@
,refresh_token_var=&refresh_token_var
)
%mend;
%mend mv_getrefreshtoken;
+1 -1
View File
@@ -89,4 +89,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
%mend;
%mend mv_getusergroups;
+1 -1
View File
@@ -113,4 +113,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
%mend;
%mend mv_getusers;
+1 -1
View File
@@ -145,4 +145,4 @@ libname &libref clear;
filename &fref1 clear;
filename &fref2 clear;
%mend;
%mend mv_tokenauth;
+1 -1
View File
@@ -130,4 +130,4 @@ run;
libname &libref clear;
filename &fref1 clear;
%mend;
%mend mv_tokenrefresh;