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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!