<?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: entering a fixed date for all observations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/entering-a-fixed-date-for-all-observations/m-p/398622#M96448</link>
    <description>&lt;PRE&gt;data want;
     set have;
     date1='01JAN12'd;
     format date1 mmddyy10.;
run;&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Sep 2017 17:19:29 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2017-09-25T17:19:29Z</dc:date>
    <item>
      <title>entering a fixed date for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/entering-a-fixed-date-for-all-observations/m-p/398620#M96446</link>
      <description>&lt;P&gt;i I have a dataset of 1000 observation. I want to enter a fixed date that applies to all observations&lt;/P&gt;&lt;P&gt;id&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output date&lt;/P&gt;&lt;P&gt;id date1&lt;/P&gt;&lt;P&gt;1 &amp;nbsp;01/01/2012&lt;/P&gt;&lt;P&gt;2 &amp;nbsp;01/01/2012&lt;/P&gt;&lt;P&gt;3 &amp;nbsp;01/01/2012&lt;/P&gt;&lt;P&gt;4 &amp;nbsp;01/01/2012&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 17:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/entering-a-fixed-date-for-all-observations/m-p/398620#M96446</guid>
      <dc:creator>lillymaginta</dc:creator>
      <dc:date>2017-09-25T17:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: entering a fixed date for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/entering-a-fixed-date-for-all-observations/m-p/398622#M96448</link>
      <description>&lt;PRE&gt;data want;
     set have;
     date1='01JAN12'd;
     format date1 mmddyy10.;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Sep 2017 17:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/entering-a-fixed-date-for-all-observations/m-p/398622#M96448</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-09-25T17:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: entering a fixed date for all observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/entering-a-fixed-date-for-all-observations/m-p/398625#M96449</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 17:26:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/entering-a-fixed-date-for-all-observations/m-p/398625#M96449</guid>
      <dc:creator>lillymaginta</dc:creator>
      <dc:date>2017-09-25T17:26:37Z</dc:date>
    </item>
  </channel>
</rss>

