<?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 while initializing matrix using the j function in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88551#M547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are working to overcome this memory limitation on 64-bit windows within the next few releases. 64-bit linux or unix hosts do not have this limitation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2013 13:14:53 GMT</pubDate>
    <dc:creator>Hutch_sas</dc:creator>
    <dc:date>2013-02-14T13:14:53Z</dc:date>
    <item>
      <title>Error while initializing matrix using the j function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88546#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to initialize a matrix using the j function thus A=j(20000,20000) but I get the following error:&lt;/P&gt;&lt;P&gt;ERROR: (execution) Unable to allocate sufficient memory. At least 2147483647 more bytes required.&lt;/P&gt;&lt;P&gt;I have 4GB RAM on a PC running Windows 7, I tried it in SAS 9,2 and 9,3 to no avail. How can I initialize vector A for large values of the rows and columns? How far does IML go in this regard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 02:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88546#M542</guid>
      <dc:creator>KGeorge</dc:creator>
      <dc:date>2012-10-07T02:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error while initializing matrix using the j function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88547#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A 20000 x 20000 matrix has 4x10^8 elements. Each element is a double, which requires 8 bytes, for a total of roughly 3.2GB. The current version of SAS/IML software supports matrices up to 2BG of addressable space. For 32-bit operating systems, this is the maximum size of memory that the OS allows you to allocate in a single chunk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 09:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88547#M543</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-10-07T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while initializing matrix using the j function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88548#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information, Rick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 18:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88548#M544</guid>
      <dc:creator>KGeorge</dc:creator>
      <dc:date>2012-10-11T18:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while initializing matrix using the j function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88549#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will there be a future release of IML which is able to adress more than 2GB? I have tons of RAM and cant use it to handle huge matrices with SAS:-(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 12:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88549#M545</guid>
      <dc:creator>FFR</dc:creator>
      <dc:date>2013-02-14T12:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error while initializing matrix using the j function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88550#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't comment on future releases, but SAS developers are aware that customers would like to use 64-bit operating systems to address more RAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 13:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88550#M546</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-02-14T13:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error while initializing matrix using the j function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88551#M547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are working to overcome this memory limitation on 64-bit windows within the next few releases. 64-bit linux or unix hosts do not have this limitation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 13:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Error-while-initializing-matrix-using-the-j-function/m-p/88551#M547</guid>
      <dc:creator>Hutch_sas</dc:creator>
      <dc:date>2013-02-14T13:14:53Z</dc:date>
    </item>
  </channel>
</rss>

