<?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: Shared File Library in SAS 9.2 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216211#M3290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, the naming convention wit a drive letter is the full physical path as related to the windows machine the process is running on. That is what you find in the examples.&lt;/P&gt;&lt;P&gt;Reading your question it could be you are asking for resources on other windows machines. That could be solved in different ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An admin on a windows domain could set up a dfs approach. By that the domain network connections are made on that server to possible many other locations and machines. Still offering that local drive letter but hiding all those other machines. That is often used as it made migrations easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having unc names wit a server name \\server\networkname&amp;nbsp; with the server in the same netbios dns&amp;nbsp; name or using the full ip a dress you can explicitly use other machine resources.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All is there at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#refextfile.htm"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#refextfile.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That unc naming usage is with a windows sas session and not that easy with Unix.&amp;nbsp; The member fileref usage is generic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 08:21:47 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2015-07-02T08:21:47Z</dc:date>
    <item>
      <title>Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216205#M3284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;Can someone direct me to documentation that explains how to create a shared file library in SAS 9.2 and how to create a basic code block that is shared with another SAS file via an include statement.&amp;nbsp; I found a lot of documentation online about using include but none that explains how to create a file library in Management Console.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 16:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216205#M3284</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-06-29T16:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216206#M3285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Related is there a way to reference a SAS file via an include statement in the same directory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;e.g. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include \current directory\util.sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 20:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216206#M3285</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-06-29T20:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216207#M3286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAS you can address files by absolute or relative path. The relative path will start in the current working directory of the SAS process, so it is best to always use absolute paths.&lt;/P&gt;&lt;P&gt;One way to solve your problem is to set the path in a separate macro variable, so you need to set it only once:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include "&amp;amp;your_path./&amp;amp;your_file";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 05:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216207#M3286</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-30T05:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216208#M3287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you store objects (like Enterprise Guide projects) in metadata, SAS uses a webdav server for the objects and stores only links in the metadata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to set up shared includes depends very much on your setup (remote/local, OS type, security considerations)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 06:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216208#M3287</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-30T06:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216209#M3288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the filename statement. It supports the same approach has as a libname disconnect ting from a physical location. When you have a fileref&amp;nbsp; like a libref you can use that one with including sources.this HTML class. &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/hostunx/67464/HTML/default/viewer.htm#n1cwdt7h01vaken0zl8veh8x3ybc.htm"&gt;http://support.sas.com/documentation/cdl/en/hostunx/67464/HTML/default/viewer.htm#n1cwdt7h01vaken0zl8veh8x3ybc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The syntax will be " %Inc fileref (sas_source) ; " it is like using pds members on a mainframe. Concatenation is possible and can solve dtap approaches. More advanced is using catalog members that are stored in sas libraries. It is technical more complicated but solves os differences.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have found some things about that. But I am missing what your issues are. Most likely the abstraction when done is easy but the abstraction step is difficult.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 13:03:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216209#M3288</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-06-30T13:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216210#M3289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;To use the filename statement it looks like I need to reference the full server path of the SAS file I am including.&amp;nbsp; Is there a way to know what this path is?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;All of the examples that I see online state C:/file name rather than the SAS server path.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216210#M3289</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-07-01T14:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216211#M3290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, the naming convention wit a drive letter is the full physical path as related to the windows machine the process is running on. That is what you find in the examples.&lt;/P&gt;&lt;P&gt;Reading your question it could be you are asking for resources on other windows machines. That could be solved in different ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An admin on a windows domain could set up a dfs approach. By that the domain network connections are made on that server to possible many other locations and machines. Still offering that local drive letter but hiding all those other machines. That is often used as it made migrations easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having unc names wit a server name \\server\networkname&amp;nbsp; with the server in the same netbios dns&amp;nbsp; name or using the full ip a dress you can explicitly use other machine resources.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All is there at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#refextfile.htm"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#refextfile.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That unc naming usage is with a windows sas session and not that easy with Unix.&amp;nbsp; The member fileref usage is generic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 08:21:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216211#M3290</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-07-02T08:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216212#M3291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This identified the full path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro grabpathname;&lt;/P&gt;&lt;P&gt; %sysget(SAS_EXECFILEPATH)&lt;/P&gt;&lt;P&gt;%mend grabpathname;&lt;/P&gt;&lt;P&gt;%put %grabpathname;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216212#M3291</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-07-02T12:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Shared File Library in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216213#M3292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dave that one is windows specific for the DMS approach. See 2010 tt_sas01 making your Sas programs environment aware. It is a setting just got from the OS and Sas config.&lt;/P&gt;&lt;P&gt;It will not work in a sas bi/di approach what is getting more common these days as server based.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for batch or analytics the evironment dtap and program as sysin option or in stream code are known at start why are you trying to detect that afterwards. Use the knowledge you have at the start of programs or code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:37:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Shared-File-Library-in-SAS-9-2/m-p/216213#M3292</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-07-02T14:37:23Z</dc:date>
    </item>
  </channel>
</rss>

