<?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: How we can extract XPT files created date? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613023#M18342</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data x;
rc=filename('x','c:\temp\class.xls');
fid=fopen('x');
do i=1 to foptnum(fid);
  foptname=foptname(fid,i);
  finfo=finfo(fid,foptname);
  output;
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 19 Dec 2019 13:13:41 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2019-12-19T13:13:41Z</dc:date>
    <item>
      <title>How we can extract XPT files created date?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613011#M18340</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please provide your suggestion how we can extract XPT files created date?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 12:49:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613011#M18340</guid>
      <dc:creator>bhanuprakash</dc:creator>
      <dc:date>2019-12-19T12:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: How we can extract XPT files created date?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613021#M18341</link>
      <description>&lt;P&gt;In a data step, use the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p1fr3ny0ek8sr9n1pujj2om3bia7.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;fopen()&lt;/A&gt;, &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n0obx7o9ceaq31n1xwpddcub8d7f.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;foptnum()&lt;/A&gt;, &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n1ocdzkn9uhsa7n1qv3wwp4d3dot.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;foptname()&lt;/A&gt; &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0cpuq4ew0dxipn1vtravlludjm7.htm&amp;amp;locale=en" target="_self"&gt;finfo()&lt;/A&gt;&amp;nbsp;and &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n0ihcrv5rt8mw4n16kqi1p9caq6i.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;fclose()&lt;/A&gt; functions.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 13:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613021#M18341</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-19T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How we can extract XPT files created date?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613023#M18342</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data x;
rc=filename('x','c:\temp\class.xls');
fid=fopen('x');
do i=1 to foptnum(fid);
  foptname=foptname(fid,i);
  finfo=finfo(fid,foptname);
  output;
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Dec 2019 13:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613023#M18342</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-12-19T13:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How we can extract XPT files created date?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613091#M18352</link>
      <description>&lt;P&gt;Thank you so much for the Example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 16:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-we-can-extract-XPT-files-created-date/m-p/613091#M18352</guid>
      <dc:creator>bhanuprakash</dc:creator>
      <dc:date>2019-12-19T16:13:57Z</dc:date>
    </item>
  </channel>
</rss>

