diff --git a/all.sas b/all.sas index 85c6f4e..40d9f7b 100644 --- a/all.sas +++ b/all.sas @@ -1653,7 +1653,7 @@ Usage: %put NOTE - &msg; /* Stored Process Server web app context */ - %if %symexist(_metaperson) or "&SYSPROCESSNAME"="Compute Server" %then %do; + %if %symexist(_metaperson) or "&SYSPROCESSNAME "="Compute Server " %then %do; options obs=max replace nosyntaxcheck mprint; /* extract log errs / warns, if exist */ %local logloc logline; diff --git a/base/mp_abort.sas b/base/mp_abort.sas index 19ae598..b7d3c44 100644 --- a/base/mp_abort.sas +++ b/base/mp_abort.sas @@ -33,7 +33,7 @@ %put NOTE - &msg; /* Stored Process Server web app context */ - %if %symexist(_metaperson) or "&SYSPROCESSNAME"="Compute Server" %then %do; + %if %symexist(_metaperson) or "&SYSPROCESSNAME "="Compute Server " %then %do; options obs=max replace nosyntaxcheck mprint; /* extract log errs / warns, if exist */ %local logloc logline;