<?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: SAS Date in &amp;quot;DD MON&amp;quot; format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Date-in-quot-DD-MON-quot-format/m-p/68843#M14941</link>
    <description>It is working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot.</description>
    <pubDate>Tue, 08 Sep 2009 06:14:24 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-09-08T06:14:24Z</dc:date>
    <item>
      <title>SAS Date in "DD MON" format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Date-in-quot-DD-MON-quot-format/m-p/68841#M14939</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am creating an output file in which I need to write a SAS Date field in "DD MON" format. (Day in DD format, Space and Month in 3 letter word form)&lt;BR /&gt;
&lt;BR /&gt;
e.g. "05 Jan",  "20 Oct"  etc.&lt;BR /&gt;
&lt;BR /&gt;
When I checked available SAS Date formats, I didnt find the precise format which can write the date in the desired format. When I use "date5." date format the result was "05Jan" (No space between Day and Month).&lt;BR /&gt;
&lt;BR /&gt;
Please suggest the appropriate date format to achieve the same.&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
Kapil Agrawal</description>
      <pubDate>Wed, 02 Sep 2009 12:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Date-in-quot-DD-MON-quot-format/m-p/68841#M14939</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-02T12:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Date in "DD MON" format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Date-in-quot-DD-MON-quot-format/m-p/68842#M14940</link>
      <description>Using a picture format you can create "any" date format.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc format;&lt;BR /&gt;
   picture ddmon other='0%d %b' (datatype=date);&lt;BR /&gt;
   run;&lt;BR /&gt;
data _null_;&lt;BR /&gt;
   x = today();&lt;BR /&gt;
   put x=ddmon.;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 02 Sep 2009 13:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Date-in-quot-DD-MON-quot-format/m-p/68842#M14940</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-09-02T13:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Date in "DD MON" format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Date-in-quot-DD-MON-quot-format/m-p/68843#M14941</link>
      <description>It is working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot.</description>
      <pubDate>Tue, 08 Sep 2009 06:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Date-in-quot-DD-MON-quot-format/m-p/68843#M14941</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-08T06:14:24Z</dc:date>
    </item>
  </channel>
</rss>

