my autoexec has the option EMAILACKWAIT = 300.my job does the following:1. data step2. send mail3. data step4. send mail
11:34:29 AM: my job went wrong in step 2 with the error "ERROR: Email server did not respond"11:35:00 AM: performed step 3
question: shouldn't step 2 wait at least 300 seconds?
thanks in advance
Niko
Looks like the default of 30 seconds has been used instead as documented here.
If you can replicate the issue then I'd add the following before your step 2...
proc options group=email; run;
...and contact SAS Tech Support providing the relevant log part.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Save the date!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!