<?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: ERROR 180-322: Statement is not valid or it is used out of proper order. in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78373#M479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are these IML statments? Could it be that somehow you are not in IML, that either you have neglected to do a proc iml; statement or maybe you quit the IML proc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 13:03:12 GMT</pubDate>
    <dc:creator>Hutch_sas</dc:creator>
    <dc:date>2012-06-08T13:03:12Z</dc:date>
    <item>
      <title>ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78371#M477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following commands in SAS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; F_sectors = {'F01000', 'F02000', 'F03000', 'F04000', 'F06C00', 'F06I00','F07C00', 'F07I00', 'F08C00', 'F08I00', 'F09C00', 'F09I00'};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; pce_sector = {'F01000'};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and runnig them I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;124&amp;nbsp;&amp;nbsp; F_sectors = {'F01000', 'F02000', 'F03000', 'F04000', 'F06C00', 'F06I00','F07C00',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&lt;/P&gt;&lt;P&gt;124! 'F07I00', 'F08C00', 'F08I00', 'F09C00', 'F09I00'};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;125&lt;/P&gt;&lt;P&gt;126&amp;nbsp;&amp;nbsp; pce_sector = {'F01000'};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 18:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78371#M477</guid>
      <dc:creator>goliPSU</dc:creator>
      <dc:date>2012-06-07T18:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78372#M478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without all of the code it's hard to diagnose but this is a common error if the previous statement does not end with a semicolon or since you have lot's of strings, an unclosed string or possibly unbalance " and ' for a string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 22:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78372#M478</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-06-07T22:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78373#M479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are these IML statments? Could it be that somehow you are not in IML, that either you have neglected to do a proc iml; statement or maybe you quit the IML proc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 13:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78373#M479</guid>
      <dc:creator>Hutch_sas</dc:creator>
      <dc:date>2012-06-08T13:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78374#M480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, that was the issue of not having the IML there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 13:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78374#M480</guid>
      <dc:creator>goliPSU</dc:creator>
      <dc:date>2012-06-08T13:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78375#M481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make this work without explicitly writing PROC IML in your code if you use SAS IML Studio &lt;A href="http://support.sas.com/rnd/app/studio/studio.html" title="http://support.sas.com/rnd/app/studio/studio.html"&gt;http://support.sas.com/rnd/app/studio/studio.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 14:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/78375#M481</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2012-06-11T14:02:33Z</dc:date>
    </item>
  </channel>
</rss>

