<?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: filename with yyyymmddhhmmss in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649914#M194875</link>
    <description>&lt;P&gt;Where is the datetime value supposed to come from?&lt;/P&gt;</description>
    <pubDate>Fri, 22 May 2020 14:23:21 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-05-22T14:23:21Z</dc:date>
    <item>
      <title>filename with yyyymmddhhmmss</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649907#M194871</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a out file along with&amp;nbsp;yyyymmddhhmmss.&lt;/P&gt;&lt;P&gt;Could someone help on this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example : filename_yyyymmddhhmmss.txt&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 13:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649907#M194871</guid>
      <dc:creator>AshokD</dc:creator>
      <dc:date>2020-05-22T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: filename with yyyymmddhhmmss</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649914#M194875</link>
      <description>&lt;P&gt;Where is the datetime value supposed to come from?&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 14:23:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649914#M194875</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-22T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: filename with yyyymmddhhmmss</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649915#M194876</link>
      <description>&lt;P&gt;The closest format I know to that is B8601DT, but it includes a T between the date and the time.&amp;nbsp; You could strip that out.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let now = %sysfunc(compress(%sysfunc(datetime(),b8601dt.),T));
filename want "/folders/myfolders/mydata_&amp;amp;now..txt";
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 May 2020 14:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649915#M194876</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-05-22T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: filename with yyyymmddhhmmss</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649923#M194879</link>
      <description>Just curious! Why do you need to store files this way? Could become a maintenance headache.</description>
      <pubDate>Fri, 22 May 2020 14:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-with-yyyymmddhhmmss/m-p/649923#M194879</guid>
      <dc:creator>biopharma</dc:creator>
      <dc:date>2020-05-22T14:52:42Z</dc:date>
    </item>
  </channel>
</rss>

