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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user