1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 20:40:05 +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

View File

@@ -328,4 +328,4 @@ run;
%put &sysmacroname:;
%put &sysmacroname:;
%mend;
%mend mv_createjob;

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 */';

View File

@@ -148,4 +148,4 @@ libname &libref1 clear;
filename &fname1a clear;
libname &libref1a clear;
%mend;
%mend mv_deletefoldermember;

View File

@@ -145,4 +145,4 @@ libname &libref1 clear;
filename &fname1a clear;
libname &libref1a clear;
%mend;
%mend mv_deletejes;

View File

@@ -138,4 +138,4 @@ filename &fname1 clear;
filename &fname2 clear;
libname &libref1 clear;
%mend;
%mend mv_deleteviyafolder;

View File

@@ -29,4 +29,4 @@
,refresh_token_var=&refresh_token_var
)
%mend;
%mend mv_getaccesstoken;

View File

@@ -20,4 +20,4 @@
,grant_type=&grant_type
)
%mend;
%mend mv_getapptoken;

View File

@@ -98,4 +98,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
*/
%mend;
%mend mv_getclients;

View File

@@ -103,4 +103,4 @@ run;
/* clear refs */
filename &fname1 clear;
%mend;
%mend mv_getgroupmembers;

View File

@@ -83,4 +83,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
%mend;
%mend mv_getgroups;

View File

@@ -166,4 +166,4 @@ run;
filename &fname0 clear;
%mend;
%mend mv_getjobstate;

View File

@@ -30,4 +30,4 @@
,refresh_token_var=&refresh_token_var
)
%mend;
%mend mv_getrefreshtoken;

View File

@@ -89,4 +89,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
%mend;
%mend mv_getusergroups;

View File

@@ -113,4 +113,4 @@ run;
filename &fname1 clear;
libname &libref1 clear;
%mend;
%mend mv_getusers;

View File

@@ -145,4 +145,4 @@ libname &libref clear;
filename &fref1 clear;
filename &fref2 clear;
%mend;
%mend mv_tokenauth;

View File

@@ -130,4 +130,4 @@ run;
libname &libref clear;
filename &fref1 clear;
%mend;
%mend mv_tokenrefresh;