<?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: Getting EG to access SAS code from anywhere within the network in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142650#M11389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are on 9.3 or later and working with EGuide there are 4 locations to store sas programs.&lt;/P&gt;&lt;P&gt;- Within your EG project&lt;/P&gt;&lt;P&gt;- On the Windows OS environment&lt;/P&gt;&lt;P&gt;- On the server side OS environment&lt;/P&gt;&lt;P&gt;- Inside the SAS metadata folders (not sure for code but EGP projects does)&lt;/P&gt;&lt;P&gt;Choosing any of combination&amp;nbsp; is also thinking on the governance of all that. (access rights, app deployment,&amp;nbsp; backup restore) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You SASinitial folder on Unix is commonly your home dir.&amp;nbsp; Same as Windows mydocuments.&lt;/P&gt;&lt;P&gt;You are missing an easy shortcut away from that to where everything is really stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I you can modify the appservercontext_env_usermods.sh&amp;nbsp;&amp;nbsp; script in ?/Lev-/SASapp&lt;/P&gt;&lt;P&gt;You could add:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; umask 002 # Setting of umask as default overwriting to one&amp;nbsp; inhiritid form the sassrv (spawner) key. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export yrapploc=&amp;lt;your application location&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # folder name of eg /SASApp/files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export yrappnam=SASApp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlink ~/${yrappnam}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ln -s ${yrapploc} ~/${yrappnam}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The unlink ln combination will generate only the first time usage a note &lt;/P&gt;&lt;P&gt;the ln command will cause a folder in your home-dir that points to the real location.&lt;/P&gt;&lt;P&gt;Having those export is getting those names available in the sas session. Either by using the ! in filenames or retrieving with a sysget function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The disadvantage with this that you will find in a EGP the link to sources with the personal name in it (not the real location).&lt;/P&gt;&lt;P&gt;using an %include statement as code will work well,&lt;/P&gt;&lt;P&gt;Browsing using the sas explorer will work fine. &lt;/P&gt;&lt;P&gt;The default location of the WS can be changed to root&amp;nbsp; ( ''/' ). This has the disadvantage all of the machine is becoming visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 15:27:54 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-09-12T15:27:54Z</dc:date>
    <item>
      <title>Getting EG to access SAS code from anywhere within the network</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142648#M11387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have EG running on a Windows server and my compute tier is a Linux server.&amp;nbsp; However; my end users have code all over the place and want to use it from EG.&amp;nbsp; But when they log in they only see the code in their /home directory on the Linux server.&amp;nbsp; How can they use code share drives, or the Windows server, or even shared directories on the Linux server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 14:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142648#M11387</guid>
      <dc:creator>bwasicak</dc:creator>
      <dc:date>2014-09-12T14:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting EG to access SAS code from anywhere within the network</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142649#M11388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it !!!&amp;nbsp;&amp;nbsp; I was focused on the Server/SASApp/files folder.&amp;nbsp; I can get to anything on the Windows server or any drives connected to the Windows Server, but I can only see the Linux file structure under my /home directory.&amp;nbsp; Is there a way to show other directory paths on the Linux Server; which; is the compute tier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 14:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142649#M11388</guid>
      <dc:creator>bwasicak</dc:creator>
      <dc:date>2014-09-12T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting EG to access SAS code from anywhere within the network</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142650#M11389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are on 9.3 or later and working with EGuide there are 4 locations to store sas programs.&lt;/P&gt;&lt;P&gt;- Within your EG project&lt;/P&gt;&lt;P&gt;- On the Windows OS environment&lt;/P&gt;&lt;P&gt;- On the server side OS environment&lt;/P&gt;&lt;P&gt;- Inside the SAS metadata folders (not sure for code but EGP projects does)&lt;/P&gt;&lt;P&gt;Choosing any of combination&amp;nbsp; is also thinking on the governance of all that. (access rights, app deployment,&amp;nbsp; backup restore) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You SASinitial folder on Unix is commonly your home dir.&amp;nbsp; Same as Windows mydocuments.&lt;/P&gt;&lt;P&gt;You are missing an easy shortcut away from that to where everything is really stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I you can modify the appservercontext_env_usermods.sh&amp;nbsp;&amp;nbsp; script in ?/Lev-/SASapp&lt;/P&gt;&lt;P&gt;You could add:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; umask 002 # Setting of umask as default overwriting to one&amp;nbsp; inhiritid form the sassrv (spawner) key. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export yrapploc=&amp;lt;your application location&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # folder name of eg /SASApp/files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export yrappnam=SASApp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlink ~/${yrappnam}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ln -s ${yrapploc} ~/${yrappnam}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The unlink ln combination will generate only the first time usage a note &lt;/P&gt;&lt;P&gt;the ln command will cause a folder in your home-dir that points to the real location.&lt;/P&gt;&lt;P&gt;Having those export is getting those names available in the sas session. Either by using the ! in filenames or retrieving with a sysget function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The disadvantage with this that you will find in a EGP the link to sources with the personal name in it (not the real location).&lt;/P&gt;&lt;P&gt;using an %include statement as code will work well,&lt;/P&gt;&lt;P&gt;Browsing using the sas explorer will work fine. &lt;/P&gt;&lt;P&gt;The default location of the WS can be changed to root&amp;nbsp; ( ''/' ). This has the disadvantage all of the machine is becoming visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 15:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142650#M11389</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-12T15:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting EG to access SAS code from anywhere within the network</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142651#M11390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your SAS program on Linux (unix) you can view any file that the process has rights to by knowing its path.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The real question is have your Linux administrators installed software such as SAMBA or NFS that will allow them to mount Windows shares as if they were regular Unix disks.&amp;nbsp; If they have then you just need to know where they are mounted.&amp;nbsp; So from Windows you might know a directory as \\server1\share1\&amp;nbsp; and on Unix they might have mounted that as /vol/windows_shares/server1/share1 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 16:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/142651#M11390</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-09-12T16:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting EG to access SAS code from anywhere within the network</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/820708#M40982</link>
      <description>&lt;P&gt;A mounted samba drive between Linux or windows the AD security or &lt;STRONG&gt;permission will be inherited&lt;/STRONG&gt; or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 15:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/820708#M40982</guid>
      <dc:creator>u58814865</dc:creator>
      <dc:date>2022-06-28T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting EG to access SAS code from anywhere within the network</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/821395#M40996</link>
      <description>&lt;P&gt;A linux system can be integrated to an Active Directory service. But for a specific case your Linux administrator can give a proper advice.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 21:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-EG-to-access-SAS-code-from-anywhere-within-the-network/m-p/821395#M40996</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-07-02T21:49:26Z</dc:date>
    </item>
  </channel>
</rss>

