<?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: Autocall Library Setup in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117169#M32322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;SASKiwi wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Just a thought - have you checked the SAS option MAUTOSOURCE is set to ensure you can call AUTOCALL macros?&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually it doesn't look like it.&amp;nbsp; Here is the entire contents of the&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; opt/SAS/SASFoundation/9.2/nls/en/sasv9.cfg&lt;/STRONG&gt; file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; This config file contains the default SAS configuration option settings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; which are defined during the SAS Foundation Installation process. This file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; gets recreated during SAS Installation Upgrade process therefore user&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; specified settings added to this file will be lost during an upgrade. With&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; this in mind, we strongly discourage editing this file, as the edits will&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; be lost on upgrade. A new configuration file named sasv9_local.cfg has&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; been created in the !SASROOT directory to store user specified settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Settings in this file will remain in place during upgrades to this SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Installation and will override the default options values when the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; options are contained in both places.&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Default options:&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-insert sashelp !SASROOT/nls/en/sascfg&lt;/P&gt;
&lt;P&gt;-insert helploc !SASROOT/X11/native_help&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;-SET SASAUTOS&amp;nbsp; ("**unix/macro/path/location**")&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2012 12:59:13 GMT</pubDate>
    <dc:creator>mmd12</dc:creator>
    <dc:date>2012-09-11T12:59:13Z</dc:date>
    <item>
      <title>Autocall Library Setup</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117163#M32316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for some advice on setting up an autocall library correctly.&amp;nbsp; I've been going through my company's current setup and it seems to be a bit messy, and in fact some SAS autocall macros are currently not working (%CMPRES is one example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, some specs:&lt;/P&gt;&lt;P&gt;SAS 9.2 &lt;/P&gt;&lt;P&gt;Enterprise Guide 4.3&lt;/P&gt;&lt;P&gt;UNIX Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a highlight of the current configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;opt/SAS/SASFoundation/9.2/nls/en/sasv9.cfg:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;-insert sashelp !SASROOT/nls/en/sascfg&lt;/P&gt;
&lt;P&gt;-insert helploc !SASROOT/X11/native_help&lt;/P&gt;
&lt;P&gt;-SET SASAUTOS&amp;nbsp; ("**unix/macro/path/location**") &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;opt/biserver/Lev1/SASApp/sasv9.cfg:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;/* Set Options */&lt;/P&gt;
&lt;P&gt;-metaautoresources "SASApp"&lt;/P&gt;
&lt;P&gt;-insert sasautos "SASEnvironment/SASMacro"&lt;/P&gt;
&lt;P&gt;-set APFMTLIB "SASEnvironment/SASFormats"&lt;/P&gt;
&lt;P&gt;-insert fmtsearch APFMTLIB&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-rsasuser&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-emailsys SMTP&lt;/P&gt;
&lt;P&gt;-emailhost mailrelay.XXX.com&lt;/P&gt;
&lt;P&gt;-emailport 25&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-metaserver "XXX"&lt;/P&gt;
&lt;P&gt;-metaport 8561&lt;/P&gt;
&lt;P&gt;-metarepository "Foundation"&lt;/P&gt;
&lt;P&gt;-metaprotocol BRIDGE&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-workperms 700&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;/* Include autoexec files */&lt;/P&gt;
&lt;P&gt;-autoexec "/opt/biserver/Lev1/SASApp/appserver_autoexec.sas"&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;opt/biserver/Lev1/SASApp/sasv9_usermods.cfg: &lt;/STRONG&gt;(not sure why there is not a space between these two paths, seems incorrect)&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN&gt;-APPLETLOC "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://XXX.com:8080/sasweb/graph"&gt;http://XXX.com:8080/sasweb/graph&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;-SET SASAUTOS ("&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;**unix/macro/path/location**&lt;/SPAN&gt;""SASEnvironment/SASMacro")&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;opt/biserver/Lev1/SASApp/StoredProcessServer/sasv9_usermods.cfg:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN&gt;-APPLETLOC "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://XXX.com:8080/sasweb/graph"&gt;http://XXX.com:8080/sasweb/graph&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;-SET SASAUTOS ("&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;**unix/macro/path/location**&lt;/SPAN&gt;")&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind of messy unfortunately.&amp;nbsp; Any suggestions as to how to get on solid ground?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 18:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117163#M32316</guid>
      <dc:creator>mmd12</dc:creator>
      <dc:date>2012-09-10T18:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Autocall Library Setup</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117164#M32317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing you need to confirm is that your site has these autocall macro ?&lt;/P&gt;&lt;P&gt;Talk to your SAS representative . Make sure of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 02:03:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117164#M32317</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-09-11T02:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Autocall Library Setup</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117165#M32318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean, I'll try to clairify.&amp;nbsp; Yes, we have a directory of macros which are all .sas files named the same name as the macro itself.&amp;nbsp; And yes, we do have the autocall macro that I was talking about (%cmpres) I know this because we have old code that has worked in the past which no longer works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 02:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117165#M32318</guid>
      <dc:creator>mmd12</dc:creator>
      <dc:date>2012-09-11T02:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Autocall Library Setup</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117166#M32319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; I'd recommend that you work with Tech Support. The autocall macros are generally stored in a separate (and different) location for the BI servers than for your Foundation install. The BI Platform has a Lev1 subdirectory entitled SASMacro, which is where the Platform autocall macros should live. If you want your production or older macros to be available in Platform programs, then you would have to alter the search option to include that location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; However, the location for the autocall macros that you are adding to the BI search path MUST be in a location that is accessible to the BI servers. For example, you can't have your autocall macros on a Windows shared drive, also used by the BI Platform servers if that Windows location is not known to and available to the BI servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That's why I think you should work with Tech Support. Too many factors and too many unknowns to really give you constructive help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 02:58:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117166#M32319</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-09-11T02:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Autocall Library Setup</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117167#M32320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will do that.&amp;nbsp; Thank you Cynthia.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 03:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117167#M32320</guid>
      <dc:creator>mmd12</dc:creator>
      <dc:date>2012-09-11T03:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Autocall Library Setup</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117168#M32321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a thought - have you checked the SAS option MAUTOSOURCE is set to ensure you can call AUTOCALL macros?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 04:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117168#M32321</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-09-11T04:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Autocall Library Setup</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117169#M32322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;SASKiwi wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Just a thought - have you checked the SAS option MAUTOSOURCE is set to ensure you can call AUTOCALL macros?&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually it doesn't look like it.&amp;nbsp; Here is the entire contents of the&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; opt/SAS/SASFoundation/9.2/nls/en/sasv9.cfg&lt;/STRONG&gt; file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; This config file contains the default SAS configuration option settings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; which are defined during the SAS Foundation Installation process. This file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; gets recreated during SAS Installation Upgrade process therefore user&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; specified settings added to this file will be lost during an upgrade. With&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; this in mind, we strongly discourage editing this file, as the edits will&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; be lost on upgrade. A new configuration file named sasv9_local.cfg has&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; been created in the !SASROOT directory to store user specified settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Settings in this file will remain in place during upgrades to this SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Installation and will override the default options values when the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; options are contained in both places.&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Default options:&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-insert sashelp !SASROOT/nls/en/sascfg&lt;/P&gt;
&lt;P&gt;-insert helploc !SASROOT/X11/native_help&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;-SET SASAUTOS&amp;nbsp; ("**unix/macro/path/location**")&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 12:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Autocall-Library-Setup/m-p/117169#M32322</guid>
      <dc:creator>mmd12</dc:creator>
      <dc:date>2012-09-11T12:59:13Z</dc:date>
    </item>
  </channel>
</rss>

