<?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 Inserting Date Column - SAS enterprise Guide in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237190#M43473</link>
    <description>&lt;P&gt;I have an existing SAS table and I want to add a date column to the table. Is there an easy way to add say JAN 2003? I am using SAS enterprise Guide. I have been going to Edit - Columns - Add Columns and adding the numeric value, however this is very cumbersome. It would be much easier to add just Jan 2003 and have SAS read it as a date.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2015 16:16:36 GMT</pubDate>
    <dc:creator>Kenmar</dc:creator>
    <dc:date>2015-12-01T16:16:36Z</dc:date>
    <item>
      <title>Inserting Date Column - SAS enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237190#M43473</link>
      <description>&lt;P&gt;I have an existing SAS table and I want to add a date column to the table. Is there an easy way to add say JAN 2003? I am using SAS enterprise Guide. I have been going to Edit - Columns - Add Columns and adding the numeric value, however this is very cumbersome. It would be much easier to add just Jan 2003 and have SAS read it as a date.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 16:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237190#M43473</guid>
      <dc:creator>Kenmar</dc:creator>
      <dc:date>2015-12-01T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Date Column - SAS enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237195#M43475</link>
      <description>&lt;P&gt;data new;&lt;/P&gt;
&lt;P&gt;set old;&lt;/P&gt;
&lt;P&gt;date=define date format as needed;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 16:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237195#M43475</guid>
      <dc:creator>sassharp</dc:creator>
      <dc:date>2015-12-01T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Date Column - SAS enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237199#M43476</link>
      <description>What numeric value? 15706? You can add a date value with a date literal as : "01Jan2003"d  but that does mean including a day. You can then apply a format to display the date as desired. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Dec 2015 16:37:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237199#M43476</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-01T16:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Date Column - SAS enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237201#M43477</link>
      <description>&lt;P&gt;Thank you! I was missing the " "d.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 16:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Date-Column-SAS-enterprise-Guide/m-p/237201#M43477</guid>
      <dc:creator>Kenmar</dc:creator>
      <dc:date>2015-12-01T16:39:40Z</dc:date>
    </item>
  </channel>
</rss>

