<?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 WARNING: EMAIL: 552 MAIL FILE TOO LARGE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/WARNING-EMAIL-552-MAIL-FILE-TOO-LARGE/m-p/194295#M36549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On MVS while attaching file it's too large and get above error now what I like to do is fetch this error and notify via email...i tried with SYSERR however that doesn't seems to work out..anybody else got any other thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 13:25:00 GMT</pubDate>
    <dc:creator>rkumar23</dc:creator>
    <dc:date>2015-07-02T13:25:00Z</dc:date>
    <item>
      <title>WARNING: EMAIL: 552 MAIL FILE TOO LARGE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-EMAIL-552-MAIL-FILE-TOO-LARGE/m-p/194295#M36549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On MVS while attaching file it's too large and get above error now what I like to do is fetch this error and notify via email...i tried with SYSERR however that doesn't seems to work out..anybody else got any other thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-EMAIL-552-MAIL-FILE-TOO-LARGE/m-p/194295#M36549</guid>
      <dc:creator>rkumar23</dc:creator>
      <dc:date>2015-07-02T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: EMAIL: 552 MAIL FILE TOO LARGE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-EMAIL-552-MAIL-FILE-TOO-LARGE/m-p/229046#M41412</link>
      <description>&lt;P&gt;Looks like a Warning and not an Error to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if this will work but you could try to check for a return code of "warning" and if there is one also check the content of automatic macro variable "&amp;amp;SYSWARNINGTEXT" (=does it contain the expected warning). Send an email if both conditions are satisfied.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 01:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-EMAIL-552-MAIL-FILE-TOO-LARGE/m-p/229046#M41412</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-10-08T01:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: EMAIL: 552 MAIL FILE TOO LARGE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-EMAIL-552-MAIL-FILE-TOO-LARGE/m-p/229154#M41439</link>
      <description>&lt;P&gt;I hope this little program helps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*if the commented set statement is used instead of the &lt;BR /&gt; uncommented set statement in the second data step below,&lt;BR /&gt; the value of &amp;amp;syscc will be non-zero for the program, and&lt;BR /&gt; the value of &amp;amp;syserr will be non-zero for the step. You can&lt;BR /&gt; see in the log that the value of &amp;amp;syserr will change for each &lt;BR /&gt; step and the value of &amp;amp;syscc will not.&lt;BR /&gt;*/&lt;BR /&gt;options mprint symbolgen;&lt;BR /&gt;%macro conditionally;&lt;BR /&gt;data test;&lt;BR /&gt;x=4;&lt;BR /&gt;run;&lt;BR /&gt;data foo;&lt;BR /&gt;set test;&lt;BR /&gt;/*set nolib.nodata;*/&lt;BR /&gt;if x=2 then delete;&lt;BR /&gt;run;&lt;BR /&gt;%put &amp;amp;syscc;/*this macro value returns a non-zero for the program&lt;BR /&gt; if there is any message other than a NOTE*/&lt;BR /&gt;%put &amp;amp;syserr;/*this macro value returns a non-zero for the step&lt;BR /&gt; of the program*/&lt;BR /&gt;%if &amp;amp;syserr ne 0 %then %do;&lt;BR /&gt; %put 'ERROR in DATA Step';&lt;BR /&gt;%end;&lt;BR /&gt;%else %do;&lt;BR /&gt; proc print;&lt;BR /&gt; run;&lt;BR /&gt;%end;&lt;BR /&gt;data one;x=0;run;&lt;BR /&gt;%put &amp;amp;syserr;&lt;BR /&gt;%put &amp;amp;syscc;&lt;BR /&gt;%mend;&lt;/P&gt;
&lt;P&gt;%conditionally;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-EMAIL-552-MAIL-FILE-TOO-LARGE/m-p/229154#M41439</guid>
      <dc:creator>michelle_delaurentis_sas_com</dc:creator>
      <dc:date>2015-10-08T16:13:49Z</dc:date>
    </item>
  </channel>
</rss>

