<?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 _error_ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/error/m-p/497554#M131899</link>
    <description>&lt;P&gt;can _error_ be anything besides 0 and 1?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 20:49:04 GMT</pubDate>
    <dc:creator>clqa</dc:creator>
    <dc:date>2018-09-20T20:49:04Z</dc:date>
    <item>
      <title>_error_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error/m-p/497554#M131899</link>
      <description>&lt;P&gt;can _error_ be anything besides 0 and 1?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 20:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error/m-p/497554#M131899</guid>
      <dc:creator>clqa</dc:creator>
      <dc:date>2018-09-20T20:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: _error_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error/m-p/497573#M131913</link>
      <description>&lt;P&gt;Try it.&amp;nbsp; Can you tell us why the PUT statement apparently printed the PDV twice.&amp;nbsp; Hint: _ERROR_.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;28   data _null_;
29      _error_ = -50;
30      put _all_;
31      run;

_ERROR_=-50 _N_=1
_ERROR_=-50 _N_=1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Sep 2018 21:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error/m-p/497573#M131913</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-09-20T21:28:13Z</dc:date>
    </item>
  </channel>
</rss>

