Good day expects.
I have created the below script , and am getting the error message (ERROR: Email host smtp.standardbank.co.za not found.)
what could be my problm
/* STEP 8: Email summary report to stakeholder */
filename chgmail email
to="Rodrick.chauke@standardbank.co.za"
subject="AE Hierarchy Changes Summary – &THIS_MONTH"
type="text/html";
ods html body=chgmail style=htmlblue;
title "AE Hierarchy Changes Summary (&PREV_MONTH to &THIS_MONTH)";
proc report data=Change_Summary nowd;
columns Change_Type Change_Count;
define Change_Type / "Field Changed";
define Change_Count / "Number of Changes";
run;
ods html close;
filename chgmail clear;
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.