<?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 How to set up an autocall library in New SAS EG Installtion in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699416#M20722</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am installing SAS EG newly and want to save few MACROS in autocall library so that my users should able to call them in their daily programming. Not sure how to fins autocal library or setup a new permanent library as autocal library. Please help me with the best process. We are installing it in Linux environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Thalla&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 09:24:55 GMT</pubDate>
    <dc:creator>THALLA_REDDY</dc:creator>
    <dc:date>2020-11-17T09:24:55Z</dc:date>
    <item>
      <title>How to set up an autocall library in New SAS EG Installtion</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699416#M20722</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am installing SAS EG newly and want to save few MACROS in autocall library so that my users should able to call them in their daily programming. Not sure how to fins autocal library or setup a new permanent library as autocal library. Please help me with the best process. We are installing it in Linux environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Thalla&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 09:24:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699416#M20722</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2020-11-17T09:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an autocall library in New SAS EG Installtion</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699429#M20723</link>
      <description>&lt;P&gt;This is not an Enterprise Guide issue per se, as everything has to be done on the SAS server side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a directory on the SAS server where all your users have read/execute permission.&lt;/P&gt;
&lt;P&gt;Store your macros there; each macro in its own .sas file, and the name of the file must correspond to the macro name (lowercase). Make sure that all those files also have read permission for your users granted.&lt;/P&gt;
&lt;P&gt;Then, add that location in the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=mcrolref&amp;amp;docsetTarget=p12b2qq72dkxpsn1e19y57emerr6.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;SASAUTOS=&lt;/A&gt; system option. Do that in the SASApp/autoexec_usermods.sas, so your whole application server context will pick it up.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 10:19:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699429#M20723</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-17T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an autocall library in New SAS EG Installtion</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699434#M20724</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/320273"&gt;@THALLA_REDDY&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have you read through:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=mcrolref&amp;amp;docsetTarget=n01bfugbyvoyvmn1s2xghj1q1r2s.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=mcrolref&amp;amp;docsetTarget=n01bfugbyvoyvmn1s2xghj1q1r2s.htm&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;? It explains all the steps and explains a lot. What I would stress is to store the raw code of the macro as you can re-create the original code from the compiled macro and track the raw code in vcs like git.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 10:34:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699434#M20724</guid>
      <dc:creator>DavidHD</dc:creator>
      <dc:date>2020-11-17T10:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an autocall library in New SAS EG Installtion</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699537#M20733</link>
      <description>thanks for your response, It worked for me and now my users can able to access the Macros. But when we are trying to access these macros by typing '%' in the program window my custom macros are not showing along with the default list. Do I need to make any changes at server side to show the same ?</description>
      <pubDate>Tue, 17 Nov 2020 15:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699537#M20733</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2020-11-17T15:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an autocall library in New SAS EG Installtion</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699544#M20734</link>
      <description>&lt;P&gt;Calling out to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;and &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15089"&gt;@CaseySmith&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe there is a way to add your macros to EG's suggestion list, but I suspect this would need to be done on every client separately.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 15:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699544#M20734</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-17T15:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an autocall library in New SAS EG Installtion</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699790#M20752</link>
      <description>&lt;P&gt;Unfortunately, the editor in EG is not aware of AUTOCALL macros and won't list them in suggestions as you type.&amp;nbsp; Only those macros that are defined&amp;nbsp;&lt;STRONG&gt;in the same&lt;/STRONG&gt; code file will show up as suggestions.&amp;nbsp; Not much help here, I'm afraid.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 13:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-set-up-an-autocall-library-in-New-SAS-EG-Installtion/m-p/699790#M20752</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-11-18T13:18:25Z</dc:date>
    </item>
  </channel>
</rss>

