<?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: Attributes of an XLSX library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Attributes-of-an-XLSX-library/m-p/358415#M274378</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename x '/folders/myfolders/have.xlsx';

proc sql;
 select * from dictionary.EXTFILES
  where Fileref='X' ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 13 May 2017 04:02:19 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-05-13T04:02:19Z</dc:date>
    <item>
      <title>Attributes of an XLSX library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Attributes-of-an-XLSX-library/m-p/358299#M274376</link>
      <description>&lt;P&gt;Can I obtain the attributes of a SAS XLSX library, such as "creation date" and "last modified date"?&amp;nbsp;&amp;nbsp; I tried the list option, proc contents and proc datasets, but none supplied those attributes.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 17:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Attributes-of-an-XLSX-library/m-p/358299#M274376</guid>
      <dc:creator>Batman</dc:creator>
      <dc:date>2017-05-12T17:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes of an XLSX library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Attributes-of-an-XLSX-library/m-p/358331#M274377</link>
      <description>&lt;P&gt;Those are file properties. Look at the FINFO function&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 19:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Attributes-of-an-XLSX-library/m-p/358331#M274377</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-12T19:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes of an XLSX library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Attributes-of-an-XLSX-library/m-p/358415#M274378</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename x '/folders/myfolders/have.xlsx';

proc sql;
 select * from dictionary.EXTFILES
  where Fileref='X' ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 13 May 2017 04:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Attributes-of-an-XLSX-library/m-p/358415#M274378</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-05-13T04:02:19Z</dc:date>
    </item>
  </channel>
</rss>

