<?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: Trouble setting sasautos in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139141#M28099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run PROC OPTIONS to confirm if SASAUTOS is being set correctly via your CONFIG file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 00:17:48 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-01-27T00:17:48Z</dc:date>
    <item>
      <title>Trouble setting sasautos</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139140#M28098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, I'm having trouble setting the sasautos option. When I include this line in ~/.sasv9.cfg it doesn't work (but it used to with SAS 9.1):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-sasautos ("$HOME/futs/macros" "/mnt/data/PROGRAM_ARCHIVE" "$HOME/maclib" "/export/opt/SAS9.3Home/SASFoundation/9.3/sasautos")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I get this message in the log file:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let formlevel=13A;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let lformlevel=%lowcase(&amp;amp;formlevel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WARNING: Apparent invocation of macro LOWCASE not resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SYMBOLGEN:&amp;nbsp; Macro variable FORMLEVEL resolves to 13A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I include these lines in my program it works:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;filename AUTODIR '/export/opt/SAS9.3Home/SASFoundation/9.3/sasautos';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;filename SASAUTOS "$HOME/futs/macros";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;options sasautos=(AUTODIR, SASAUTOS) MPRINT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I get these lines in the log file:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let formlevel=13A;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let lformlevel=%lowcase(&amp;amp;formlevel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MLOGIC:&amp;nbsp; Beginning compilation of LOWCASE using the autocall file &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /export/opt/SAS9.3Home/SASFoundation/9.3/sasautos/lowcase.sas.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MLOGIC:&amp;nbsp; Ending compilation of LOWCASE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MLOGIC(LOWCASE):&amp;nbsp; Beginning execution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MLOGIC(LOWCASE):&amp;nbsp; This macro was compiled from the autocall file &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /export/opt/SAS9.3Home/SASFoundation/9.3/sasautos/lowcase.sas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SYMBOLGEN:&amp;nbsp; Macro variable FORMLEVEL resolves to 13A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MLOGIC(LOWCASE):&amp;nbsp; Parameter STRING has value 13A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SYMBOLGEN:&amp;nbsp; Macro variable STRING resolves to 13A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MLOGIC(LOWCASE):&amp;nbsp; Ending execution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to have to include those lines in every program. It should work if I include that directory in .sasv9.cfg. Can anyone tell me why it doesn't?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139140#M28098</guid>
      <dc:creator>pixbuf</dc:creator>
      <dc:date>2015-01-26T23:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble setting sasautos</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139141#M28099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run PROC OPTIONS to confirm if SASAUTOS is being set correctly via your CONFIG file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 00:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139141#M28099</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-01-27T00:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble setting sasautos</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139142#M28100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be you can try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;options sasautos=(AUTODIR, SASAUTOS) MPRINT &lt;STRONG&gt;NOMLOGIC NOSYMBOLGEN&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 01:35:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139142#M28100</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-01-27T01:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble setting sasautos</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139143#M28101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc options pointed me in the right direction to solve this. It turns out that for some forgotten reason, I had set the SASV9_OPTIONS environment variable in my ~/.bashrc file. The environment variable is sourced after the ~/.sasv9.cfg file so even if I changes the config file, the environment variable took precedence. The the options statement in the program is given the highest precedence. I just got rid of the environment variable and now things are fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 20:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-setting-sasautos/m-p/139143#M28101</guid>
      <dc:creator>pixbuf</dc:creator>
      <dc:date>2015-01-30T20:09:03Z</dc:date>
    </item>
  </channel>
</rss>

