<?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: Importing dates into SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/329199#M73609</link>
    <description>&lt;P&gt;Works! Thanks. &amp;nbsp;Jack&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2017 20:29:51 GMT</pubDate>
    <dc:creator>Jack1</dc:creator>
    <dc:date>2017-02-01T20:29:51Z</dc:date>
    <item>
      <title>Importing dates into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/328853#M73479</link>
      <description>&lt;P&gt;Quick question that I have spent a lot of time trying to figure out with no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have dates in the form 201601, 201602, etc. that I want to convert from numeric to a SAS date while keeping this format (yyyymm). How do you convert this in SAS? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 19:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/328853#M73479</guid>
      <dc:creator>Jack1</dc:creator>
      <dc:date>2017-01-31T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Importing dates into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/328855#M73480</link>
      <description>&lt;P&gt;the easyest way:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; date = input(put(date_in,z6.)||'01' , yymmdd8.);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; format date yymmddn6.;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 19:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/328855#M73480</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-01-31T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Importing dates into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/328875#M73493</link>
      <description>&lt;P&gt;Are you reading an external file or are converting data already in SAS?&lt;/P&gt;
&lt;P&gt;If reading an external file with a data step you can use the informat yymmn6. and display format yymmn6. ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that this and &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/88384"&gt;@Shmuel&lt;/a&gt;'s suggestion will both have an implicit value including the first day of the month.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/328875#M73493</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-31T21:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Importing dates into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/329199#M73609</link>
      <description>&lt;P&gt;Works! Thanks. &amp;nbsp;Jack&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 20:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-dates-into-SAS/m-p/329199#M73609</guid>
      <dc:creator>Jack1</dc:creator>
      <dc:date>2017-02-01T20:29:51Z</dc:date>
    </item>
  </channel>
</rss>

