From 3e8deda00882dae8154a26eb5886b53823faef39 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Mon, 10 May 2021 15:23:30 +0300 Subject: [PATCH] fix: description for mf_abort --- base/mf_abort.sas | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/base/mf_abort.sas b/base/mf_abort.sas index 2188626..9bb28c3 100644 --- a/base/mf_abort.sas +++ b/base/mf_abort.sas @@ -1,23 +1,11 @@ /** @file - @brief abort gracefully according to context - @details Do not use directly! See bottom of explanation for details. + @brief to be deprecated + @details We will deprecate this macro in 2022 - Configures an abort mechanism according to site specific policies or the - particulars of an environment. For instance, can stream custom - results back to the client in an STP Web App context, or completely stop - in the case of a batch run. + As you can see, it's not a macro function. - For the sharp eyed readers - this is no longer a macro function!! It became - a macro procedure during a project and now it's kinda stuck that way until - that project is updated (if it's ever updated). In the meantime we created - `mp_abort` which is just a wrapper for this one, and so we recomend you use - that for forwards compatibility reasons. - - @param mac= to contain the name of the calling macro - @param type= deprecated. Not used. - @param msg= message to be returned - @param iftrue= supply a condition under which the macro should be executed. + Use mp_abort.sas instead. @version 9.2 @author Allan Bowe