From 5ebf8a66f7619c27027f30c0c57e92537543403a Mon Sep 17 00:00:00 2001 From: Allan Date: Sat, 7 Oct 2023 00:16:05 +0100 Subject: [PATCH] chore: error message source file fix --- sas/sasjs/services/hooks/mpe_security_postedit.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sas/sasjs/services/hooks/mpe_security_postedit.sas b/sas/sasjs/services/hooks/mpe_security_postedit.sas index 51b63fb..fce2cd8 100644 --- a/sas/sasjs/services/hooks/mpe_security_postedit.sas +++ b/sas/sasjs/services/hooks/mpe_security_postedit.sas @@ -22,7 +22,7 @@ data work.staging_ds; run; %mp_abort(iftrue=(&syscc ne 0) - ,mac=mpe_tables_postedit + ,mac=mpe_security_postedit.sas ,msg=%superq(errmsg) )