<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Not getting mail from sas Job when running on Unix SAS Grid in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/414530#M26673</link>
    <description>&lt;P&gt;Run this code to check your e-mail options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group=email; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check this within your EG environment&amp;nbsp;&lt;STRONG&gt;and&amp;nbsp;&lt;/STRONG&gt;within your server/batch environment -- compare the results and see if you might need to explicitly set some of the EMAIL* options to make it work the way you need.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2017 20:34:54 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-11-17T20:34:54Z</dc:date>
    <item>
      <title>Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413248#M26567</link>
      <description>&lt;P&gt;When I'm running below code in EG it is working fine [Abort Job and send error to mail id] but when same Program I'm running thru Unix SAS Grid it is not sending mail, Please help me out.. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Test_mail.sas :&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%macro errmail;&lt;BR /&gt;;run;quit;&lt;BR /&gt;%if %eval(&amp;amp;syserr &amp;gt; 4) %then&lt;BR /&gt;%do;&lt;BR /&gt;data _null_;&lt;BR /&gt;filename myfile email&lt;BR /&gt;to=("email_id@chk.com")&lt;BR /&gt;subject= "Subject Line_Test "&lt;/P&gt;&lt;P&gt;type="text/plain";&lt;/P&gt;&lt;P&gt;file myfile;&lt;BR /&gt;put 'Your job received the following ERROR/WARNING message:';&lt;BR /&gt;put;&lt;BR /&gt;put 'ERROR was:';&lt;BR /&gt;put "&amp;amp;syserrortext";&lt;BR /&gt;put;&lt;BR /&gt;put 'WARNING was:';&lt;BR /&gt;put "&amp;amp;syswarningtext";&lt;BR /&gt;run;&lt;BR /&gt;%abort cancel;&lt;BR /&gt;%end;&lt;BR /&gt;%mend errmail;&lt;/P&gt;&lt;P&gt;data ds1;&lt;BR /&gt;set ds2;&lt;BR /&gt;%errmail;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Below Command I'm using on Unix SAS Grid :&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sasgsub -gridwait -gridsubmitpgm test_mail.sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above command runs and abort the sas program which I want but not sending mail, as EG sending me the mail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 10:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413248#M26567</guid>
      <dc:creator>atul_desh</dc:creator>
      <dc:date>2017-11-14T10:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413249#M26568</link>
      <description>&lt;P&gt;Make sure that all grid members have email correctly set up. Write a short program that sends email without aborting, run that in batch, and look at the log.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 10:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413249#M26568</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-14T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413251#M26569</link>
      <description>&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002592796.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002592796.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;You can send electronic mail programmatically from SAS using the SMTP (Simple Mail Transfer Protocol) e-mail interface. SMTP is available for all operating environments in which SAS runs. To send SMTP e-mail with SAS e-mail support, you must have an intranet or Internet connection that supports SMTP.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I would say without any information that you are missing something on the Unix system.&amp;nbsp; Consult with your IT, perhaps its just a permission, perhaps they need to make something available.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 10:08:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413251#M26569</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-14T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413290#M26571</link>
      <description>&lt;P&gt;Thanks Kurt for replying, I'm able to send mail thru Unix without aborting statement, how can I send mail with abort statement as it is working in EG.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro errmail;&lt;BR /&gt;data _null_;&lt;BR /&gt;filename myfile email&lt;BR /&gt;to=("mail_id")&lt;BR /&gt;subject= "subject "&lt;/P&gt;&lt;P&gt;type="text/plain";&lt;/P&gt;&lt;P&gt;file myfile;&lt;BR /&gt;put 'Your job received the following ERROR/WARNING message:';&lt;BR /&gt;put;&lt;BR /&gt;put 'ERROR was:';&lt;BR /&gt;put "check2";&lt;BR /&gt;put;&lt;BR /&gt;put 'WARNING was:';&lt;BR /&gt;put "check1";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%mend errmail;&lt;/P&gt;&lt;P&gt;%errmail;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 12:07:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413290#M26571</guid>
      <dc:creator>atul_desh</dc:creator>
      <dc:date>2017-11-14T12:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413291#M26572</link>
      <description>&lt;P&gt;Thanks RW9,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm able to send mail thru SAS Code from Unix but in this particular case I'm not getting mail, although that code is perfectly fine in SAS EG.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 12:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413291#M26572</guid>
      <dc:creator>atul_desh</dc:creator>
      <dc:date>2017-11-14T12:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413335#M26578</link>
      <description>&lt;P&gt;I have the suspicion that your use of %abort cancel is the reason.&lt;/P&gt;
&lt;P&gt;In batch mode, %abort cancel causes an immediate termination of the SAS job; since sending mail requires that SAS start an external command to hand the mail over to, the premature termination of SAS might cause this action to not be performed IMO.&lt;/P&gt;
&lt;P&gt;(in workspace server mode, the SAS session is not terminated, only the submitted code)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413335#M26578</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-14T14:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413342#M26580</link>
      <description>&lt;P&gt;Ensure that all EMAIL* options are set either in your program or in the autoexec for each grid session -- naming EMAILHOST, port, etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options emailhost='mailserver.company.com' emailsys=smtp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be that when running in the grid, these aren't initialized and are resorting to the default settings.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413342#M26580</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-11-14T14:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413970#M26623</link>
      <description>&lt;P&gt;below macro is sending the mail from grid, but not the one I had issue and on EG it is working find.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro errmail;&lt;BR /&gt;data _null_;&lt;BR /&gt;filename myfile email&lt;BR /&gt;to=("mailid")&lt;BR /&gt;subject= "test_subj&amp;nbsp;"&lt;/P&gt;&lt;P&gt;type="text/plain";&lt;/P&gt;&lt;P&gt;file myfile;&lt;BR /&gt;put 'Your job received the following ERROR/WARNING message:';&lt;BR /&gt;put;&lt;BR /&gt;put 'ERROR was:';&lt;BR /&gt;put "check2";&lt;BR /&gt;put;&lt;BR /&gt;put 'WARNING was:';&lt;BR /&gt;put "check1";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%mend errmail;&lt;/P&gt;&lt;P&gt;%errmail;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 12:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413970#M26623</guid>
      <dc:creator>atul_desh</dc:creator>
      <dc:date>2017-11-16T12:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413972#M26624</link>
      <description>&lt;P&gt;Have you tried to explicitly close the file?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro errmail;
;run;quit;
%if %eval(&amp;amp;syserr &amp;gt; 4)
%then %do;

  filename myfile email
    to=("email_id@chk.com")
    subject= "Subject Line_Test "
    type="text/plain"
  ;

  data _null_;
  file myfile;
  put 'Your job received the following ERROR/WARNING message:';
  put;
  put 'ERROR was:';
  put "&amp;amp;syserrortext";
  put;
  put 'WARNING was:';
  put "&amp;amp;syswarningtext";
  run;

  filename myfile clear;

  data _null_;
  abort cancel;
  run;
%end;
%mend errmail;

data ds1;
set ds2;
%errmail;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Nov 2017 12:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/413972#M26624</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-16T12:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/414353#M26663</link>
      <description>&lt;P&gt;Thanks but this also not working, when I'm running " only %errmail; then it is sending me mail from unix (after removing condition). but not sending me mail from unix when I put condition in it (&amp;amp;syserr).. In EG working fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what is happening &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token macroname"&gt;%errmail&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/414353#M26663</guid>
      <dc:creator>atul_desh</dc:creator>
      <dc:date>2017-11-17T12:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/414358#M26664</link>
      <description>&lt;P&gt;Run the batch job and use %put to reveal the contents of &amp;amp;syserr at the relevant stages; it might be that you get a value of 3 instead of the expected &amp;gt; 4.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 13:12:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/414358#M26664</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-17T13:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/414530#M26673</link>
      <description>&lt;P&gt;Run this code to check your e-mail options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group=email; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check this within your EG environment&amp;nbsp;&lt;STRONG&gt;and&amp;nbsp;&lt;/STRONG&gt;within your server/batch environment -- compare the results and see if you might need to explicitly set some of the EMAIL* options to make it work the way you need.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 20:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/414530#M26673</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-11-17T20:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/416713#M26820</link>
      <description>Both are exactly same &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Batch O/p :&lt;BR /&gt;&lt;BR /&gt;Group=EMAIL&lt;BR /&gt;EMAILACKWAIT=30 Specifies the number of seconds to wait for the SMTP server acknowledgement.&lt;BR /&gt;EMAILAUTHPROTOCOL=NONE&lt;BR /&gt;Specifies the SMTP e-mail authentication protocol.&lt;BR /&gt;2 The SAS System 09:54 Tuesday, November 28, 2017&lt;BR /&gt;&lt;BR /&gt;NOEMAILFROM Does not require the FROM e-mail option when sending e-mail by using the FILE or FILENAME statements.&lt;BR /&gt;EMAILHOST=something.com (can't disclose)&lt;BR /&gt;Specifies one or more domain names for SMTP e-mail servers.&lt;BR /&gt;EMAILID= Specifies the SAS user's logon ID, profile or e-mail address.&lt;BR /&gt;EMAILPORT=25 Specifies the port number for the SMTP e-mail server that is specified in the EMAILHOST option.&lt;BR /&gt;EMAILPW=XXXXXXXX Specifies the password for the e-mail address specified by the EMAILID option.&lt;BR /&gt;EMAILUTCOFFSET= For SMTP e-mail sent using the FILENAME statement, specifies a UTC offset that is used in the Date header field&lt;BR /&gt;of the e-mail message.&lt;BR /&gt;EMAILSYS=SMTP Specifies the e-mail protocol that is used for sending electronic mail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;EG O/P :&lt;BR /&gt;&lt;BR /&gt;Group=EMAIL&lt;BR /&gt;EMAILACKWAIT=30 Specifies the number of seconds to wait for the SMTP server acknowledgement.&lt;BR /&gt;EMAILAUTHPROTOCOL=NONE&lt;BR /&gt;Specifies the SMTP e-mail authentication protocol.&lt;BR /&gt;NOEMAILFROM Does not require the FROM e-mail option when sending e-mail by using the FILE or FILENAME statements.&lt;BR /&gt;EMAILHOST=something.com (can't disclose)&lt;BR /&gt;Specifies one or more domain names for SMTP e-mail servers.&lt;BR /&gt;EMAILID= Specifies the SAS user's logon ID, profile or e-mail address.&lt;BR /&gt;EMAILPORT=25 Specifies the port number for the SMTP e-mail server that is specified in the EMAILHOST option.&lt;BR /&gt;EMAILPW=XXXXXXXX Specifies the password for the e-mail address specified by the EMAILID option.&lt;BR /&gt;EMAILUTCOFFSET= For SMTP e-mail sent using the FILENAME statement, specifies a UTC offset that is used in the Date header field&lt;BR /&gt;of the e-mail message.&lt;BR /&gt;EMAILSYS=SMTP Specifies the e-mail protocol that is used for sending electronic mail.</description>
      <pubDate>Tue, 28 Nov 2017 15:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/416713#M26820</guid>
      <dc:creator>atul_desh</dc:creator>
      <dc:date>2017-11-28T15:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/614333#M35326</link>
      <description>&lt;P&gt;Did anyone know the solution for this?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 01:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/614333#M35326</guid>
      <dc:creator>nagaraj1991</dc:creator>
      <dc:date>2019-12-30T01:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from sas Job when running on Unix SAS Grid</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/693725#M37358</link>
      <description>&lt;P&gt;We had the same issue. Check your CFG file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We found our email settings were missing from the cfg file that the sas executable the batch job using.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 14:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Not-getting-mail-from-sas-Job-when-running-on-Unix-SAS-Grid/m-p/693725#M37358</guid>
      <dc:creator>G_Jin</dc:creator>
      <dc:date>2020-10-23T14:09:16Z</dc:date>
    </item>
  </channel>
</rss>

