<?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: Does update on config file require restart? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206171#M2998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your table was really big big , proc sort can't handle it . I suggest the following code to sort :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data F M;&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;select;&lt;/P&gt;&lt;P&gt;when(sex='F') output F;&lt;/P&gt;&lt;P&gt;when(sex='M') output M;&lt;/P&gt;&lt;P&gt;otherwise;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND APPEND THEM ALL TOGETHER:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc append base=want data=F force;run;&lt;/P&gt;&lt;P&gt;proc append base=want data=M force;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 11:47:33 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-07-28T11:47:33Z</dc:date>
    <item>
      <title>Does update on config file require restart?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206167#M2994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have been hitting the sort execution failure recently on our batch jobs. &lt;SPAN style="color: #1f497d; font-size: 12px; font-family: Arial, sans-serif;"&gt;memsize in &lt;SPAN style="color: #1f497d; font-family: Arial, sans-serif; font-size: 12px;"&gt;sasv9_usermods.cfg was already set .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if someone confirm that if we apply changes to the &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #1f497d;"&gt;sasv9_usermods.cfg file to adjust sortsize, do we need to restart our SAS servers or it will automatically be in effect on our next batch run?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The config file I'm pertaining to is the one which usually sits in the SAS/Config/Lev1 foldfsor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 06:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206167#M2994</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2015-07-20T06:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Does update on config file require restart?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206168#M2995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand it batch jobs run in their own SAS session and not via any SAS services. As long as your batch job is run in the Lev1 environment, say for example using the LSF scheduler in Management Console then it should pick up your config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can confirm if your settings are working or not by running PROC OPTIONS in a batch job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 07:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206168#M2995</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-07-20T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does update on config file require restart?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206169#M2996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use " proc sort SORTSIZE=max "&amp;nbsp; to overwrite system's option sortsize, no need to reboot your server.&lt;/P&gt;&lt;P&gt;And what is your ERROR info when you running proc sort ? Maybe it is not problem from memory's size&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206169#M2996</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-20T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does update on config file require restart?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206170#M2997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I forgot it can sortsize can be overridden in the option statement as well. Apparently I am still having some sort execution failure even with 4G set on sortsize.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206170#M2997</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2015-07-28T09:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does update on config file require restart?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206171#M2998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your table was really big big , proc sort can't handle it . I suggest the following code to sort :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data F M;&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;select;&lt;/P&gt;&lt;P&gt;when(sex='F') output F;&lt;/P&gt;&lt;P&gt;when(sex='M') output M;&lt;/P&gt;&lt;P&gt;otherwise;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND APPEND THEM ALL TOGETHER:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc append base=want data=F force;run;&lt;/P&gt;&lt;P&gt;proc append base=want data=M force;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 11:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Does-update-on-config-file-require-restart/m-p/206171#M2998</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-28T11:47:33Z</dc:date>
    </item>
  </channel>
</rss>

