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;