<?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: (execution) Matrices do not conform to the operation in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342671#M3360</link>
    <description>&lt;P&gt;I am having a problem in this coding. I cannot figure out what is the problem with the operands "[". Can anyone helping me out ?&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7838i69733AA8C0FE5972/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="first part.JPG" title="first part.JPG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7839iD2396902D2DE329F/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="second part.JPG" title="second part.JPG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7840i6826B15450037082/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="third part.JPG" title="third part.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 16:13:30 GMT</pubDate>
    <dc:creator>Cnord</dc:creator>
    <dc:date>2017-03-20T16:13:30Z</dc:date>
    <item>
      <title>ERROR: (execution) Matrices do not conform to the operation</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342671#M3360</link>
      <description>&lt;P&gt;I am having a problem in this coding. I cannot figure out what is the problem with the operands "[". Can anyone helping me out ?&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7838i69733AA8C0FE5972/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="first part.JPG" title="first part.JPG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7839iD2396902D2DE329F/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="second part.JPG" title="second part.JPG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7840i6826B15450037082/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="third part.JPG" title="third part.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342671#M3360</guid>
      <dc:creator>Cnord</dc:creator>
      <dc:date>2017-03-20T16:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: (execution) Matrices do not conform to the operation</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342688#M3361</link>
      <description>&lt;P&gt;The error is on the statement&lt;/P&gt;
&lt;P&gt;u1[i] = u1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The left hand side is a scalar. The right hand side is a vector.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342688#M3361</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-20T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: (execution) Matrices do not conform to the operation</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342712#M3362</link>
      <description>however when i remove the statement :&lt;BR /&gt;u1[i]=u1&lt;BR /&gt;another error occurs.&lt;BR /&gt;Error: matrix is not defined&lt;BR /&gt;the error occur at the statement&lt;BR /&gt;u1=u[p+1:t,]&lt;BR /&gt;where the error occurs at the operand '[' also</description>
      <pubDate>Mon, 20 Mar 2017 18:07:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342712#M3362</guid>
      <dc:creator>Cnord</dc:creator>
      <dc:date>2017-03-20T18:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: (execution) Matrices do not conform to the operation</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342719#M3363</link>
      <description>&lt;P&gt;If you would like help, please&lt;/P&gt;
&lt;P&gt;1. Present your program as text (click the "running man" icon), not as a screen capture&lt;/P&gt;
&lt;P&gt;2. State what you are trying to accomplish&lt;/P&gt;
&lt;P&gt;3. For best results, include sample data so that others can run your program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 18:28:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/ERROR-execution-Matrices-do-not-conform-to-the-operation/m-p/342719#M3363</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-20T18:28:34Z</dc:date>
    </item>
  </channel>
</rss>

