<?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 how large is work library? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486526#M287179</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just curious about how large is the Work library. Will it be able to contain a data set with&amp;nbsp;1 billion observations and 100 variables?&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in IML, a 10000 * 10000 matrix cannot be simulated at one time. Log said something like "need more bytes". Is this related to size of work library or computer memory? Or,&amp;nbsp;work library size is related to&amp;nbsp;computer memory ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 03:00:30 GMT</pubDate>
    <dc:creator>wang267</dc:creator>
    <dc:date>2018-08-14T03:00:30Z</dc:date>
    <item>
      <title>how large is work library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486526#M287179</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just curious about how large is the Work library. Will it be able to contain a data set with&amp;nbsp;1 billion observations and 100 variables?&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in IML, a 10000 * 10000 matrix cannot be simulated at one time. Log said something like "need more bytes". Is this related to size of work library or computer memory? Or,&amp;nbsp;work library size is related to&amp;nbsp;computer memory ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 03:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486526#M287179</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-14T03:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: how large is work library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486535#M287180</link>
      <description>&lt;P&gt;1. The&amp;nbsp;WORK library is typically a folder on your disk.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Please give the exact log messages.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. I strongly suspect that your IML message is referring to insufficient virtual memory, i.e. RAM + paging space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; This space is managed by option MEMSIZE. Look up the documentation regarding this option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Be aware that increasing MEMSIZE beyond available RAM might allow your process to complete, but very slowly. Paging (i.e. using disk as if it were RAM) is a trade-off: speed is sacrificed to enable process completion.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 05:05:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486535#M287180</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-08-14T05:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: how large is work library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486630#M287181</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223951"&gt;@wang267&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;SAS Work is disk space and it can become as big as there is space on the disk (or the quota you've got).&lt;/P&gt;
&lt;P&gt;Always post the exact log message. The one you reference is likely something similar to below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Unable-to-allocate-sufficient-memory/td-p/214672&amp;nbsp;" target="_blank"&gt;https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Unable-to-allocate-sufficient-memory/td-p/214672&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 12:24:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486630#M287181</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-08-14T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: how large is work library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486700#M287182</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223951"&gt;@wang267&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am just curious about how large is the Work library. Will it be able to contain a data set with&amp;nbsp;1 billion observations and 100 variables?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, in IML, a 10000 * 10000 matrix cannot be simulated at one time. Log said something like "need more bytes". Is this related to size of work library or computer memory? Or,&amp;nbsp;work library size is related to&amp;nbsp;computer memory ?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It depends. At my old work place we each had a 2GB limit on the work library and had to get it removed if we worked with big data. At other places there were no restrictions beyond my computer size.&amp;nbsp; You can also redirect work to a network drive which would likely have unlimited space but your read/write time will increase slowing everything down.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 14:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-large-is-work-library/m-p/486700#M287182</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-14T14:44:36Z</dc:date>
    </item>
  </channel>
</rss>

