From adb7eb77550c68a2dab15a6ff358129820e9b612 Mon Sep 17 00:00:00 2001 From: Allan Date: Wed, 11 Oct 2023 22:56:14 +0100 Subject: [PATCH] fix: removing copyright symbol from mpe_alerts macro. #50 --- sas/sasjs/macros/mpe_alerts.sas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sas/sasjs/macros/mpe_alerts.sas b/sas/sasjs/macros/mpe_alerts.sas index ff403fb..23e5d26 100755 --- a/sas/sasjs/macros/mpe_alerts.sas +++ b/sas/sasjs/macros/mpe_alerts.sas @@ -131,7 +131,7 @@ filename __out email ("&emails") txt=symget('SUBMITTED_TXT'); put "Reason provided: " txt; put " "; - put "This is an automated email by Data Controller for SAS®. For " + put "This is an automated email by Data Controller for SAS. For " "documentation, please visit https://docs.datacontroller.io"; run; %end; @@ -144,7 +144,7 @@ filename __out email ("&emails") put "Please be advised that a change to table &alert_lib..&alert_ds has " "been approved by &from_user on the '&syshostname' SAS server."; put " "; - put "This is an automated email by Data Controller for SAS®. For " + put "This is an automated email by Data Controller for SAS. For " "documentation, please visit https://docs.datacontroller.io"; run; %end; @@ -165,7 +165,7 @@ filename __out email ("&emails") txt=symget('REVIEW_REASON_TXT'); put "Reason provided: " txt; put " "; - put "This is an automated email by Data Controller for SAS®. For " + put "This is an automated email by Data Controller for SAS. For " "documentation, please visit https://docs.datacontroller.io"; run; %end;