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

fix: removing string

This commit is contained in:
Allan Bowe
2021-05-11 12:14:09 +03:00
parent 223bdd5983
commit 583c7e0c83
2 changed files with 4 additions and 2 deletions

View File

@@ -136,12 +136,13 @@
call symputx("syscc",0,"g");
end;
run;
%if "%substr(&sysvlong.xxxxxxx,1,9)" ne "9.04.01M3" %then %do;
%put NOTE: Ending SAS session due to:;
%put NOTE- &msg;
endsas;
%end;
SYSVLONG=9.04.01M7P080520
/**
* endsas is reliable but kills 9.4m3 deployments by hanging multibridges.
* Abort variants are ungraceful (non zero return code)