From 44069e9867de9c80a62fe937c539bccde6b9e2b9 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Tue, 11 May 2021 20:32:12 +0300 Subject: [PATCH] chore: automated commit --- all.sas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all.sas b/all.sas index b73f606..82568ec 100644 --- a/all.sas +++ b/all.sas @@ -1637,8 +1637,8 @@ Usage: _webout. To assist with this, we also run stpsrvset('program error', 0) and set SYSCC=0. For 9.4m3 we take a unique approach - we open a macro but don't close it! This provides a graceful abort, EXCEPT when called - called within a %include within a macro. See tests/mp_abort.test.1 for an - example case. + called within a %include within a macro. See tests/mp_abort.test.1.sas for + an example case. If you know of another way to gracefully abort a 9.4m3 STP session, we'd love to hear about it!