<?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 Does SAS in batch mode run sasv9_local.cfg? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78078#M16931</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 are running SAS jobs in production via the &lt;EM&gt;sas&lt;/EM&gt; command in batch mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas -sysin &amp;lt;SCRIPT&amp;gt; -autoexec &amp;lt;AUTOEXEC_FILE&amp;gt; -log &amp;lt;LOGDIR+LOGILFE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this command run the sasv9_local.cfg file automatically, so that OPTIONS like memsize=x, bufno=y etc.(which are included in the .cfg file) are set every time a job is executed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do we need to specify such options in the &lt;EM&gt;sas&lt;/EM&gt; command itself, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas -sysin &amp;lt;SCRIPT&amp;gt; -autoexec &amp;lt;AUTOEXEC_FILE&amp;gt; -log &amp;lt;LOGDIR+LOGILFE&amp;gt; -memsize 512M -bufno 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 14:46:24 GMT</pubDate>
    <dc:creator>thomash123</dc:creator>
    <dc:date>2012-07-30T14:46:24Z</dc:date>
    <item>
      <title>Does SAS in batch mode run sasv9_local.cfg?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78078#M16931</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 are running SAS jobs in production via the &lt;EM&gt;sas&lt;/EM&gt; command in batch mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas -sysin &amp;lt;SCRIPT&amp;gt; -autoexec &amp;lt;AUTOEXEC_FILE&amp;gt; -log &amp;lt;LOGDIR+LOGILFE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this command run the sasv9_local.cfg file automatically, so that OPTIONS like memsize=x, bufno=y etc.(which are included in the .cfg file) are set every time a job is executed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do we need to specify such options in the &lt;EM&gt;sas&lt;/EM&gt; command itself, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas -sysin &amp;lt;SCRIPT&amp;gt; -autoexec &amp;lt;AUTOEXEC_FILE&amp;gt; -log &amp;lt;LOGDIR+LOGILFE&amp;gt; -memsize 512M -bufno 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 14:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78078#M16931</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2012-07-30T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS in batch mode run sasv9_local.cfg?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78079#M16932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use your own configuration or defines your values of the options SAS by default is use the config file of the installation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-memsize 15G -batch -noterminal&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;-CONFIG " ...."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;You can have a look at :&lt;A href="http://www.sascommunity.org/wiki/Batch_processing_under_Windows"&gt;http://www.sascommunity.org/wiki/Batch_processing_under_Windows&lt;/A&gt; or look at the documentation SAS it depends also of your OS.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78079#M16932</guid>
      <dc:creator>lacrefa</dc:creator>
      <dc:date>2012-07-31T13:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS in batch mode run sasv9_local.cfg?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78080#M16933</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;In order to see which configuration files are used, you can run the following code:&lt;/P&gt;&lt;DIV style="font-family: Consolas; font-size: 10pt;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;options&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;option&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=config;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output looks like this:&lt;/P&gt;&lt;P&gt; CONFIG=( "C:\SAS93\SASFoundation\9.3\sasv9.cfg" "C:\SAS93\SASFoundation\9.3\nls\en\sasv9.cfg" )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies a SAS configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the information whether your sasv9_local.cfg is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can always specify a custom config file at SAS invocation like this:&lt;/P&gt;&lt;P&gt;sas -sysin &amp;lt;SCRIPT&amp;gt; -config &amp;lt;CONFIG-FILE&amp;gt; ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78080#M16933</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2012-07-31T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS in batch mode run sasv9_local.cfg?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78081#M16934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-SAS-in-batch-mode-run-sasv9-local-cfg/m-p/78081#M16934</guid>
      <dc:creator>thomash123</dc:creator>
      <dc:date>2012-07-31T14:06:48Z</dc:date>
    </item>
  </channel>
</rss>

