<?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: Getting an Email notification in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72583#M21019</link>
    <description>What is your SAS OS platform?  SAS version?  Is SAS running locally on your machine or on a remote server system?  Possibly there are individual ports that are unavailable to you to use, likely SMTP EMAIL (outgoing) port maybe?  The code you have shared appears correct syntactically.  You will want to use PROC OPTIONS to check your EMAILSYS and other EMAIL-related parameters.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Tue, 22 Sep 2009 00:18:44 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-09-22T00:18:44Z</dc:date>
    <item>
      <title>Getting an Email notification</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72582#M21018</link>
      <description>I am using this simple code to get an email notification, but i get an error. Can some one please help me&lt;BR /&gt;
&lt;BR /&gt;
filename notify email "xxxxx@yahoo.com" subject = "Job Completed";&lt;BR /&gt;
data _null_;&lt;BR /&gt;
file notify;&lt;BR /&gt;
put "The reports have been created successfully."; run;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Undetermined I/O failure.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds</description>
      <pubDate>Mon, 21 Sep 2009 21:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72582#M21018</guid>
      <dc:creator>JackSmith</dc:creator>
      <dc:date>2009-09-21T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an Email notification</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72583#M21019</link>
      <description>What is your SAS OS platform?  SAS version?  Is SAS running locally on your machine or on a remote server system?  Possibly there are individual ports that are unavailable to you to use, likely SMTP EMAIL (outgoing) port maybe?  The code you have shared appears correct syntactically.  You will want to use PROC OPTIONS to check your EMAILSYS and other EMAIL-related parameters.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 22 Sep 2009 00:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72583#M21019</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-22T00:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an Email notification</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72584#M21020</link>
      <description>SAS windows XP; sas 9.2 version, yes i am running on my single machine</description>
      <pubDate>Tue, 22 Sep 2009 15:56:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72584#M21020</guid>
      <dc:creator>JackSmith</dc:creator>
      <dc:date>2009-09-22T15:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an Email notification</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72585#M21021</link>
      <description>You may want to start out by reviewing the OPTIONS FILEMSGS;  parameter - the Google advanced search argument below locates some SAS support website matches:&lt;BR /&gt;
&lt;BR /&gt;
options filemsgs email error site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Otherwise you may need to contact SAS support, if it appears unusual that you should (or should not) be able to generate outgoing EMAILs, based on the experience within your own office and network.   It also may be worth contacting your network and mail admin team to inquire whether they think that it's feasible for you to being sending EMAILs out from a SAS environment.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 22 Sep 2009 16:14:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72585#M21021</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-22T16:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an Email notification</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72586#M21022</link>
      <description>In addition to Scott's comments, check this thread&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=5850" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=5850&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The EMAILSYS parameters are not automatically set.  You have to specify the name of the SMTP gateway you are using.</description>
      <pubDate>Tue, 22 Sep 2009 19:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Getting-an-Email-notification/m-p/72586#M21022</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-09-22T19:32:16Z</dc:date>
    </item>
  </channel>
</rss>

