<?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 mesasge in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88819#M548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am getting this error message in IML when I am ready to use the data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data UTIL_WHOLESALE; &lt;/P&gt;&lt;P&gt;set sqldb3.utilshare_wholesale_02;&lt;/P&gt;&lt;P&gt;proc sort; by cCom;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc iml;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /* GET DATA */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; use UTIL_WHOLESALE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; read all var{elec_w} into elec_w;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; read all var{fuel_w} into fuel_w;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error is in using the UTIL_WHOLESALE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1199&amp;nbsp; /* GET DATA */&lt;/P&gt;&lt;P&gt;1200&lt;/P&gt;&lt;P&gt;1201&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use UTIL_WHOLESALE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 14:53:05 GMT</pubDate>
    <dc:creator>goliPSU</dc:creator>
    <dc:date>2012-08-09T14:53:05Z</dc:date>
    <item>
      <title>Error mesasge</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88819#M548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am getting this error message in IML when I am ready to use the data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data UTIL_WHOLESALE; &lt;/P&gt;&lt;P&gt;set sqldb3.utilshare_wholesale_02;&lt;/P&gt;&lt;P&gt;proc sort; by cCom;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc iml;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /* GET DATA */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; use UTIL_WHOLESALE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; read all var{elec_w} into elec_w;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; read all var{fuel_w} into fuel_w;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error is in using the UTIL_WHOLESALE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1199&amp;nbsp; /* GET DATA */&lt;/P&gt;&lt;P&gt;1200&lt;/P&gt;&lt;P&gt;1201&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use UTIL_WHOLESALE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88819#M548</guid>
      <dc:creator>goliPSU</dc:creator>
      <dc:date>2012-08-09T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error mesasge</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88820#M549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the kind of error you would get if you omit the PROC IML statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax you've posted seems to be correct. The following works for me. See if you can reproduce the error with some data set in the SASHELP library:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data UTIL_WHOLESALE; &lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;proc sort; by age;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc iml;&lt;/P&gt;&lt;P&gt;/* GET DATA */&lt;/P&gt;&lt;P&gt;use UTIL_WHOLESALE;&lt;/P&gt;&lt;P&gt;read all var{height} into height;&lt;/P&gt;&lt;P&gt;read all var{weight} into weight;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88820#M549</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-08-09T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error mesasge</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88821#M550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using the SASHELP library it does work without any error! but using my own data still giving this error:-(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88821#M550</guid>
      <dc:creator>goliPSU</dc:creator>
      <dc:date>2012-08-09T15:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error mesasge</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88822#M551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try PROC CONTENTS or PROC PRINT. Maybe the data is corrupted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-mesasge/m-p/88822#M551</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-08-09T15:30:48Z</dc:date>
    </item>
  </channel>
</rss>

