BookmarkSubscribeRSS Feed
niko_gallo
Obsidian | Level 7

my autoexec has the option EMAILACKWAIT = 300.
my job does the following:
1. data step
2. send mail
3. data step
4. 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

1 REPLY 1
Patrick
Opal | Level 21

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 2465 views
  • 1 like
  • 2 in conversation