<?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: How do you change the system options to use MEMLIB in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369938#M9114</link>
    <description>&lt;P&gt;.Thank you for your response. I use EG, so I will have to update the configuration files. Do you know by any chance how to do it with EG? I have found information on SAS base but not on EG&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 15:24:28 GMT</pubDate>
    <dc:creator>Anne2</dc:creator>
    <dc:date>2017-06-23T15:24:28Z</dc:date>
    <item>
      <title>How do you change the system options to use MEMLIB</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369587#M9099</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to start using the option "memlib". But I can't find a clear explanation of how to change the system option so that I can use that statement. Has anyone experience with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 16:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369587#M9099</guid>
      <dc:creator>Anne2</dc:creator>
      <dc:date>2017-06-22T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the system options to use MEMLIB</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369589#M9100</link>
      <description>&lt;P&gt;I would say start by testing what it does by just adding it to the command line you use to start SAS.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sas -memlib -log test_with_memlib.log test.sas
sas -nomemlib test.sas
diff test.log test-with_memlib.log | more&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or are you launching SAS via Enterprise Guide, SAS/Studio or other method that does not involve actually running SAS directly? In those cases you will need to add the option to the code that launches or to the local config file that it is using.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 16:57:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369589#M9100</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-06-22T16:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the system options to use MEMLIB</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369782#M9105</link>
      <description>&lt;P&gt;Maxim 6, leading to Maxim 1:&lt;/P&gt;
&lt;P&gt;Do a google search for "sas memlib option".&lt;/P&gt;
&lt;P&gt;The first hit is&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n06sv2f5uly1cin1k2qp1k1rd114.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n06sv2f5uly1cin1k2qp1k1rd114.htm&lt;/A&gt;, which is the SAS documentation for this optionm in the Windows Companion.&lt;/P&gt;
&lt;P&gt;There you find these two important items:&lt;/P&gt;
&lt;TABLE class="xis-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-validIn"&gt;Valid in:&lt;/TD&gt;
&lt;TD class="xis-summaryValue"&gt;configuration file, SAS invocation&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;H2 id="p0jqdq28xc6hh1n1fh8krn14lipi" class="xis-title"&gt;Syntax&lt;/H2&gt;
&lt;DIV class="xis-syntaxSimple"&gt;
&lt;DIV class="xis-syntaxLevel"&gt;&lt;SPAN class="xis-keyword"&gt;&lt;A title="Description of syntax: MEMLIB" href="http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/n06sv2f5uly1cin1k2qp1k1rd114.htm#n0tybe62291l0qn11egw222uk6q4" target="_blank"&gt;-MEMLIB&lt;/A&gt;&lt;/SPAN&gt; | &lt;SPAN class="xis-keyword"&gt;&lt;A title="Description of syntax: NOMEMLIB" href="http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/n06sv2f5uly1cin1k2qp1k1rd114.htm#n182l8q8e7brb7n0zrr7uy1yw6bd" target="_blank"&gt;-NOMEMLIB&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="xis-syntaxLevel"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="xis-syntaxLevel"&gt;&lt;SPAN class="xis-keyword"&gt;So you know what to write, and where: you either specify -memlib in one of the configuration files pertinent for your SAS session, or you add it to the commandline used to start that SAS session.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="xis-syntaxLevel"&gt;&lt;SPAN class="xis-keyword"&gt;Which configuration file to use or how you add it to the commandline depends on the way the SAS session is started (in batch mode, with Display Manager from the Windows Desktop, or from a SAS client like Enterprise Guide or SAS Studio)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jun 2017 06:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369782#M9105</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-23T06:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the system options to use MEMLIB</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369938#M9114</link>
      <description>&lt;P&gt;.Thank you for your response. I use EG, so I will have to update the configuration files. Do you know by any chance how to do it with EG? I have found information on SAS base but not on EG&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369938#M9114</guid>
      <dc:creator>Anne2</dc:creator>
      <dc:date>2017-06-23T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the system options to use MEMLIB</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369940#M9115</link>
      <description>&lt;P&gt;Thank you, I will try to change the configuration file!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369940#M9115</guid>
      <dc:creator>Anne2</dc:creator>
      <dc:date>2017-06-23T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the system options to use MEMLIB</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369977#M9116</link>
      <description>&lt;P&gt;Where you find the configuration file(s) depends on your overall setup. I could only help you with a client/server setup, which would mean that the server in the EG server list is named SASApp (default name). If, OTOH, you use "Local", then someone else needs to chime in.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:05:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-you-change-the-system-options-to-use-MEMLIB/m-p/369977#M9116</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-23T16:05:45Z</dc:date>
    </item>
  </channel>
</rss>

