Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
22 results
Sorted by:
06-10-2021
06:03 PM
19 Likes
An email message is a great way to send a notification when a SAS job completes, or to distribute a result from SAS as an attached report or spreadsheet. The SAS programming language allows you to send...
Labels:
01-30-2017
01:43 PM
Hi All, I am trying to Send emails to a group after the files are available for each department. for example : Group:- Admins Department : Sales,Finance, Planning H...
01-10-2024
02:41 AM
Hello
I want to add condition to my code that If some conditions meet then stop run the program and send email with a message.
Specifically in this example : If number of observations in data s...
09-05-2018
03:24 PM
Hi All, I trying to send emails to different users, i have written two SAS macros let's say Macro A, and Macro B. for certain reasons i am not able to share the code here as i am working o...
08-27-2019
05:46 AM
Hi, I would like to ask you how to conditionally send an email from sas ? %let variable1 ='go';
if variable1 = 'go' then do;
FILENAME mail
EMAIL TO=(&emails)
e...
07-16-2021
05:00 PM
12-04-2018
04:49 AM
...tml'
attach=("/user/data/lives/here/prog1.log");
put 'Variables are unequal"
put 'var1=' var1 'var2=' var2;
end;
run; I would like to conditionally send an email when var1 DOES NOT EQAUL v...
03-14-2017
10:43 AM
...rice" Requirement:- I need to send an automated email to "Delivery lead" to "Approve" by copying "Order Creator " If i have 10 orders, each mail to be triggred automaticaly to the r...
01-03-2014
02:24 PM
...or whether the office is open or not. 1. How can I check this at the beginning of a program versus "Yesterday" 2. How can I skip a whole lot of code, send an email to myself saying.. the p...
05-07-2018
10:11 AM
Hello, I'm trying to solve a bug in my code where I have some if...then...do...else...do logic. The bug is that the code 'does' both tasks regardless of passing/failing condition.&n...
03-13-2020
04:46 PM
...ecords in a table. I am using the Publish to Email transformation to send data in a table. I see some objects in Data Integration Studio that look like there for conditional logic but I do not know how t...