Hello,
I am new to coding in SAS. I have several control charts using the code below.
proc shewhart data=MyWork.TREND; by recCd;
xchart BALAMT * MonYr / sigmas=2;
run;
I would like to attached the chart ,as a pdf, that has outlyers and send it via email to notify the owner.
Is there Syntax that i could used to accomplish this?