<?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: autoexecute sas programms  when user launching SAS tools or batch in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762057#M22827</link>
    <description>If you are running SAS from the scripts in SASApp it should be calling appserver_autoexec_usermods.sas, and from your description it sounds like it is, which makes me think the issue is with your include statement. If you copy that statement and put it directly in the code does it execute successfully?</description>
    <pubDate>Tue, 17 Aug 2021 13:45:25 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2021-08-17T13:45:25Z</dc:date>
    <item>
      <title>autoexecute sas programms  when user launching SAS tools or batch</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762038#M22824</link>
      <description>&lt;P&gt;All,&lt;/P&gt;
&lt;P&gt;which file do we need to include a sas programme for automatic excecution when users launching/&lt;SPAN&gt;starting SAS sessions/&lt;/SPAN&gt;SAS tools?&lt;/P&gt;
&lt;P&gt;is it&amp;nbsp;appserver_autoexec_usermods.sas? or&amp;nbsp;appserver_autoexec.sas? or any other file.&lt;/P&gt;
&lt;P&gt;I want to run below code for end users and&amp;nbsp;users need to use one value from below code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tired with below file but didn't help&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;appserver_autoexec_usermods.sas&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "path./data.sas";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 13:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762038#M22824</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2021-08-17T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: autoexecute sas programms  when user launching SAS tools or batch</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762047#M22825</link>
      <description>appserver_autoexec_usermods.sas would be called if a user runs sas using Lev1/SASApp/sas.sh or higher (i.e. Lev1/SASApp/BatchServer/sasbatch.sh).&lt;BR /&gt;If you are running SAS directly from SASFoundation, an autoexec is not set. How is SAS being run?</description>
      <pubDate>Tue, 17 Aug 2021 13:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762047#M22825</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-08-17T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: autoexecute sas programms  when user launching SAS tools or batch</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762054#M22826</link>
      <description>SASApp.&lt;BR /&gt;We have some macros setup in appserver_autoexec_usermods.sas  and working fine for end users/for batch so included this %INCLUDE code but didn't help</description>
      <pubDate>Tue, 17 Aug 2021 13:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762054#M22826</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2021-08-17T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: autoexecute sas programms  when user launching SAS tools or batch</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762057#M22827</link>
      <description>If you are running SAS from the scripts in SASApp it should be calling appserver_autoexec_usermods.sas, and from your description it sounds like it is, which makes me think the issue is with your include statement. If you copy that statement and put it directly in the code does it execute successfully?</description>
      <pubDate>Tue, 17 Aug 2021 13:45:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762057#M22827</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-08-17T13:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: autoexecute sas programms  when user launching SAS tools or batch</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762061#M22828</link>
      <description>Yes, it works in the code.&lt;BR /&gt;I tested it before I copy in appserver_autoexec_usermods.sas</description>
      <pubDate>Tue, 17 Aug 2021 13:51:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762061#M22828</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2021-08-17T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: autoexecute sas programms  when user launching SAS tools or batch</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762065#M22829</link>
      <description>You can add the ECHOAUTO option to see what code is being executed during autoexec.&lt;BR /&gt;&lt;BR /&gt;ECHOAUTO System Option&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/da/pgmsascdc/9.4_3.5/lesysoptsref/n0aeqd6gt2adqhn19f4qpg37kksr.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/da/pgmsascdc/9.4_3.5/lesysoptsref/n0aeqd6gt2adqhn19f4qpg37kksr.htm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2021 14:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/autoexecute-sas-programms-when-user-launching-SAS-tools-or-batch/m-p/762065#M22829</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-08-17T14:05:07Z</dc:date>
    </item>
  </channel>
</rss>

