<?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: Anyone knows a function to return the creation datetime of an enternal in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Anyone-knows-a-function-to-return-the-creation-datetime-of-an/m-p/11852#M1195</link>
    <description>That depends on the operating system and version of SAS you're using. On Windows, in SAS 9.2, the finfo function returns that information. In 9.1.3 it does not. Check the companion guide for the O/S and SAS version you're using.</description>
    <pubDate>Fri, 18 Apr 2008 15:05:11 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2008-04-18T15:05:11Z</dc:date>
    <item>
      <title>Anyone knows a function to return the creation datetime of an enternal file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-knows-a-function-to-return-the-creation-datetime-of-an/m-p/11851#M1194</link>
      <description>Anyone knows a function to return the creation datetime of an enternal file?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 18 Apr 2008 14:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-knows-a-function-to-return-the-creation-datetime-of-an/m-p/11851#M1194</guid>
      <dc:creator>zhl7490</dc:creator>
      <dc:date>2008-04-18T14:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone knows a function to return the creation datetime of an enternal</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-knows-a-function-to-return-the-creation-datetime-of-an/m-p/11852#M1195</link>
      <description>That depends on the operating system and version of SAS you're using. On Windows, in SAS 9.2, the finfo function returns that information. In 9.1.3 it does not. Check the companion guide for the O/S and SAS version you're using.</description>
      <pubDate>Fri, 18 Apr 2008 15:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-knows-a-function-to-return-the-creation-datetime-of-an/m-p/11852#M1195</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2008-04-18T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone knows a function to return the creation datetime of an enternal file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-knows-a-function-to-return-the-creation-datetime-of-an/m-p/11853#M1196</link>
      <description>Try:&lt;BR /&gt;
&lt;BR /&gt;
/* &lt;BR /&gt;
	T - Controls which time field displayed or used for sorting timefield&lt;BR /&gt;
		 C - Creation&lt;BR /&gt;
       A - Last Access&lt;BR /&gt;
       W -  Last Written&lt;BR /&gt;
*/&lt;BR /&gt;
SYSTASK COMMAND "dir C:\TEMP\*.* /tc &amp;gt; C:\input_list.txt" TASKNAME = sas1 ;                                                                                                                                                &lt;BR /&gt;
WAITFOR _ALL_ sas1 TIMEOUT = 1;  &lt;BR /&gt;
&lt;BR /&gt;
then import input_list.txt a find your file.&lt;BR /&gt;
&lt;BR /&gt;
M.</description>
      <pubDate>Fri, 18 Apr 2008 15:18:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-knows-a-function-to-return-the-creation-datetime-of-an/m-p/11853#M1196</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-18T15:18:22Z</dc:date>
    </item>
  </channel>
</rss>

