I have program which analyses the data and create report. If we look at the execution of queries it takes only 35 minutes for SAS related queries and all. In the end the program send the report to outlook email from Unix SAS. Sometimes by the time we receive the email, it takes almost an hour and a half. Is there any known solutions ?
@mathewse111 wrote:
Around 50 KB
So this can't be the reason. Get in touch with your mail admins.
So the entire SAS program runs in an elapsed time of 35 minutes, including the DATA step sending the email, but the email transmission takes 1.5 hours? This sounds like more of a question for your email system administrator.
How long does the step that sends the mail take? Is it a DATA step with FILE EMAIL, or ODS with an EMAIL file reference?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.