From 5f2229e3d5a8f7435c0091a5c92e4f7b20daad77 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Mon, 30 May 2022 12:38:34 +0000 Subject: [PATCH] fix: ensuring webout on abort, closes #246 --- all.sas | 4 ++-- base/mp_abort.sas | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/all.sas b/all.sas index 5f8dfc1..2d470fe 100644 --- a/all.sas +++ b/all.sas @@ -2269,8 +2269,8 @@ Usage: %end; %end; - /* Stored Process Server web app context */ - %if %symexist(_METAFOLDER) + /* Web App Context */ + %if %symexist(_PROGRAM) or "&SYSPROCESSNAME "="Compute Server " or &mode=INCLUDE %then %do; diff --git a/base/mp_abort.sas b/base/mp_abort.sas index 039272a..6ac9bfb 100644 --- a/base/mp_abort.sas +++ b/base/mp_abort.sas @@ -84,8 +84,8 @@ %end; %end; - /* Stored Process Server web app context */ - %if %symexist(_METAFOLDER) + /* Web App Context */ + %if %symexist(_PROGRAM) or "&SYSPROCESSNAME "="Compute Server " or &mode=INCLUDE %then %do;