<?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 find physical path of SAS file in concatenated library? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-physical-path-of-SAS-file-in-concatenated-library/m-p/167450#M300842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For concatenated libraries with the same named table in multiple locations is there a simple way to show where the table has been picked up from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;SASHELP.CLASS exists under one of the paths. How can I determine under which path exactly. Is there some option or function which would allow me to retrieve this information? &lt;/P&gt;&lt;P&gt;(As an extension: If a file exists under multiple paths in a concatenated library then I would like to know from where it has been picked up - only talking V9 engine here and not SPDE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I could write a program which searches through all the paths in sequence for file class.sas7bdat - but is there a more direct way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My environment is:&amp;nbsp; SAS 9.4 M2, Win X64_7PRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jan 2015 02:23:06 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2015-01-02T02:23:06Z</dc:date>
    <item>
      <title>How to find physical path of SAS file in concatenated library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-physical-path-of-SAS-file-in-concatenated-library/m-p/167450#M300842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For concatenated libraries with the same named table in multiple locations is there a simple way to show where the table has been picked up from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;SASHELP.CLASS exists under one of the paths. How can I determine under which path exactly. Is there some option or function which would allow me to retrieve this information? &lt;/P&gt;&lt;P&gt;(As an extension: If a file exists under multiple paths in a concatenated library then I would like to know from where it has been picked up - only talking V9 engine here and not SPDE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I could write a program which searches through all the paths in sequence for file class.sas7bdat - but is there a more direct way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My environment is:&amp;nbsp; SAS 9.4 M2, Win X64_7PRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 02:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-physical-path-of-SAS-file-in-concatenated-library/m-p/167450#M300842</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-01-02T02:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find physical path of SAS file in concatenated library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-physical-path-of-SAS-file-in-concatenated-library/m-p/167451#M300843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc datasets library=sashelp nolist;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;contents data=class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods output enginehost=pathname(where=(label1="Filename"));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 03:11:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-physical-path-of-SAS-file-in-concatenated-library/m-p/167451#M300843</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-01-02T03:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to find physical path of SAS file in concatenated library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-physical-path-of-SAS-file-in-concatenated-library/m-p/167452#M300844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="2746" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Much better, thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 04:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-physical-path-of-SAS-file-in-concatenated-library/m-p/167452#M300844</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-01-02T04:28:53Z</dc:date>
    </item>
  </channel>
</rss>

