1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 17:10:05 +00:00

fix: removing lua from mv_getjobcode to enable Viya 4 compatibility

This commit is contained in:
munja
2022-03-06 21:01:02 +00:00
parent a8b5107b1a
commit 17ed2240d3
5 changed files with 98 additions and 68 deletions

View File

@@ -48,6 +48,11 @@
outfile=0
)/*/STORE SOURCE*/;
%if "%substr(&sysver,1,4)"="V.04" %then %do;
%put %str(ERR)OR: Viya 4 does not support the IO library in lua;
%return;
%end;
%ml_gsubfile()
%mend mp_gsubfile;