<?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: Reading dates in to SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-dates-in-to-SAS/m-p/512688#M138099</link>
    <description>&lt;P&gt;I read the yearsonteam, dates with modified list input&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA baseball;
 FILENAME webpage URL 'http://people.stat.sc.edu/hitchcock/baseballroster.txt';
 INFILE webpage missover;
 INPUT name $ 1-15 height $ 19-22 weight 24-26 position $ 29-38 yearsonteam  birthday : MMDDYY8.  starting : MMDDYY8. ;
 format birthday starting mmddyy8.;
 RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Nov 2018 18:59:57 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-11-13T18:59:57Z</dc:date>
    <item>
      <title>Reading dates in to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-dates-in-to-SAS/m-p/512682#M138098</link>
      <description>&lt;P&gt;I am trying to read a data set in to SAS that includes dates. I have been trying the following code, but it isn't working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DATA baseball;&lt;BR /&gt; FILENAME webpage URL 'http://people.stat.sc.edu/hitchcock/baseballroster.txt';&lt;BR /&gt; INFILE webpage missover;&lt;BR /&gt; INPUT name $ 1-15 height 19-22 weight 24-26 position $ 29-38 yearsonteam @40 birthday MMDDYY8. 42-49 starting MMDDYY8. 51-58;&lt;BR /&gt; RUN;&lt;BR /&gt; &lt;BR /&gt; PROC PRINT DATA=baseball;&lt;BR /&gt; RUN;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 18:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-dates-in-to-SAS/m-p/512682#M138098</guid>
      <dc:creator>Steelersgirl</dc:creator>
      <dc:date>2018-11-13T18:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading dates in to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-dates-in-to-SAS/m-p/512688#M138099</link>
      <description>&lt;P&gt;I read the yearsonteam, dates with modified list input&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA baseball;
 FILENAME webpage URL 'http://people.stat.sc.edu/hitchcock/baseballroster.txt';
 INFILE webpage missover;
 INPUT name $ 1-15 height $ 19-22 weight 24-26 position $ 29-38 yearsonteam  birthday : MMDDYY8.  starting : MMDDYY8. ;
 format birthday starting mmddyy8.;
 RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 18:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-dates-in-to-SAS/m-p/512688#M138099</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-13T18:59:57Z</dc:date>
    </item>
  </channel>
</rss>

