<?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 Finding out memory available on a remote sign on in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/437997#M282307</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SAS is on a remote server that I remotely sign onto. I recently tried to run a proc means with a median option and my log informed me I had run out of memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How exactly can I find out how much memory I have available to work with? Little worried it's not adequate...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Declan&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2018 15:12:23 GMT</pubDate>
    <dc:creator>DeclanBall</dc:creator>
    <dc:date>2018-02-16T15:12:23Z</dc:date>
    <item>
      <title>Finding out memory available on a remote sign on</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/437997#M282307</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SAS is on a remote server that I remotely sign onto. I recently tried to run a proc means with a median option and my log informed me I had run out of memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How exactly can I find out how much memory I have available to work with? Little worried it's not adequate...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Declan&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 15:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/437997#M282307</guid>
      <dc:creator>DeclanBall</dc:creator>
      <dc:date>2018-02-16T15:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out memory available on a remote sign on</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/438018#M282308</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc options option=memsize;run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:33:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/438018#M282308</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-16T16:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out memory available on a remote sign on</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/438103#M282309</link>
      <description>&lt;P&gt;Or if you want to see all memory related option settings:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group=memory;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;N.B: A value of zero means normally "as much as available" ....and how much is available will depend on the time you execute your process and what other processes you're competing with.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 23:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/438103#M282309</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-02-16T23:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out memory available on a remote sign on</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/438619#M282310</link>
      <description>Thank you</description>
      <pubDate>Tue, 20 Feb 2018 12:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-out-memory-available-on-a-remote-sign-on/m-p/438619#M282310</guid>
      <dc:creator>DeclanBall</dc:creator>
      <dc:date>2018-02-20T12:29:11Z</dc:date>
    </item>
  </channel>
</rss>

