<?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: sasv9 config parameter in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953661#M29409</link>
    <description>The sasbatch.sh script should have the path present, so I would suspect it was edited in the past and this was removed. The below output is from my environment's BatchServer directory:&lt;BR /&gt;&lt;BR /&gt;$ grep SASCFGPATH sasbatch.sh&lt;BR /&gt;SASCFGPATH="/opt/sas/config/Lev1/SASApp/sasv9.cfg, /opt/sas/config/Lev1/SASApp/sasv9_usermods.cfg, /opt/sas/config/Lev1/SASApp/BatchServer/sasv9.cfg, /opt/sas/config/Lev1/SASApp/BatchServer/sasv9_usermods.cfg"&lt;BR /&gt;export SASCFGPATH</description>
    <pubDate>Mon, 16 Dec 2024 14:17:01 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2024-12-16T14:17:01Z</dc:date>
    <item>
      <title>sasv9 config parameter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953131#M29381</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have defined datestyle setting as 'MDY' in sasv9_usermods.cfg under /sas/config/Lev1/SASApp. We do have two server i.e. Workspace server and Batch server under the SASApp&amp;nbsp; directory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/sas/config/Lev1/SASApp/WorkspaceServer&lt;/P&gt;
&lt;P&gt;/sas/config/Lev1/SASApp/BatchServer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My understanding is that datestyle setting defined in the top level config file (/sas/config/Lev1/SASApp/sasv9_usermods.cfg) will automatically drilled down to Workspace server and Batch server. But I see different results in both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have launced workspace server session and trigerred&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc options option=datestyle value;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the log, I got as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS(r) Proprietary Software Release 9.4 TS1M7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Option Value Information for SAS Option DATESTYLE&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Value : MDY&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Scope : SAS Session&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;How option Value Set : Config Value&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Config File name : /sas/config/Lev1/SASApp/sasv9_usermods.cfg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have launced Batch server session and trigerred&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc options option=datestyle value;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the log, I got as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS(r) Proprietary Software Release 9.4 TS1M7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Option Value Information for SAS Option DATESTYLE&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Value : DMY&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Scope : Default&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;How option Value Set : Locale&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume datestyle option on the batch server is considered from the locale setting of the linux server ( where we installed SAS ). I cross verfied all the config file under Batch server and dont see anywhere we have defined this datestyle option. So not sure why it is considered from locale.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do let me know if you have answer. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 18:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953131#M29381</guid>
      <dc:creator>freshstarter</dc:creator>
      <dc:date>2024-12-10T18:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: sasv9 config parameter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953288#M29391</link>
      <description>I wasn't able to reproduce this in my M7 environment. Is the config file /sas/config/Lev1/SASApp/sasv9_usermods.cfg present in your config path in the batch server?&lt;BR /&gt;%put %sysget(SASCFGPATH);&lt;BR /&gt;proc option option=config; run;</description>
      <pubDate>Wed, 11 Dec 2024 21:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953288#M29391</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-12-11T21:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: sasv9 config parameter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953349#M29393</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output of the code from the batch server didnot give me this path&amp;nbsp;&lt;SPAN&gt;and the workspace server does. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;/sas/config/Lev1/SASApp/sasv9_usermods.cfg&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thats the reason I think thats the difference in proc option output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to edit my sasbatch.sh script to include in path under SASCFGPATH variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 09:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953349#M29393</guid>
      <dc:creator>freshstarter</dc:creator>
      <dc:date>2024-12-12T09:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: sasv9 config parameter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953363#M29403</link>
      <description>&lt;P&gt;Tips from a seasoned SAS 9.4 admin:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;do not use SASApp for your server context, create a new one and adapt it to your needs; keep SASApp as the original blueprint for future reference&lt;/LI&gt;
&lt;LI&gt;never make edits to sasbatch.sh or similar scripts/configs; always make your edits in the respecive "usermods" extension files. The usermods files will not be overwritten during updates, the main files will be.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 12 Dec 2024 11:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953363#M29403</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-12-12T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: sasv9 config parameter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953376#M29406</link>
      <description>Thank you</description>
      <pubDate>Thu, 12 Dec 2024 14:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953376#M29406</guid>
      <dc:creator>freshstarter</dc:creator>
      <dc:date>2024-12-12T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: sasv9 config parameter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953661#M29409</link>
      <description>The sasbatch.sh script should have the path present, so I would suspect it was edited in the past and this was removed. The below output is from my environment's BatchServer directory:&lt;BR /&gt;&lt;BR /&gt;$ grep SASCFGPATH sasbatch.sh&lt;BR /&gt;SASCFGPATH="/opt/sas/config/Lev1/SASApp/sasv9.cfg, /opt/sas/config/Lev1/SASApp/sasv9_usermods.cfg, /opt/sas/config/Lev1/SASApp/BatchServer/sasv9.cfg, /opt/sas/config/Lev1/SASApp/BatchServer/sasv9_usermods.cfg"&lt;BR /&gt;export SASCFGPATH</description>
      <pubDate>Mon, 16 Dec 2024 14:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sasv9-config-parameter/m-p/953661#M29409</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-12-16T14:17:01Z</dc:date>
    </item>
  </channel>
</rss>

