<?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 How to import this text file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128884#M260451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having difficulty properly importing this file into SAS. &lt;A href="http://www.dougstats.com/12-13RD.txt" title="http://www.dougstats.com/12-13RD.txt"&gt;http://www.dougstats.com/12-13RD.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I would like to be able to write a code that imports it directly from the web. Let me know if you can help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Nov 2012 00:08:04 GMT</pubDate>
    <dc:creator>yn623</dc:creator>
    <dc:date>2012-11-17T00:08:04Z</dc:date>
    <item>
      <title>How to import this text file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128884#M260451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having difficulty properly importing this file into SAS. &lt;A href="http://www.dougstats.com/12-13RD.txt" title="http://www.dougstats.com/12-13RD.txt"&gt;http://www.dougstats.com/12-13RD.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I would like to be able to write a code that imports it directly from the web. Let me know if you can help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 00:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128884#M260451</guid>
      <dc:creator>yn623</dc:creator>
      <dc:date>2012-11-17T00:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to import this text file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128885#M260452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how to read it from the web.&lt;/P&gt;&lt;P&gt;But my syntax doesn't work either and I don't want to debug &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;I'm sure someone else will help though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename foo url&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.dougstats.com/12-13RD.txt';"&gt;http://www.dougstats.com/12-13RD.txt';&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; infile foo length=len firstobs=2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; input Player $8.&amp;nbsp; Team $3. PS $2. GP&amp;nbsp; Min&amp;nbsp; FGM&amp;nbsp; FGA&amp;nbsp; 3M&amp;nbsp; 3A FTM&amp;nbsp; FTA&amp;nbsp; OR&amp;nbsp;&amp;nbsp; TR&amp;nbsp;&amp;nbsp; AS&amp;nbsp; ST&amp;nbsp; TO&amp;nbsp; BK&amp;nbsp; PF&amp;nbsp; DQ&amp;nbsp;&amp;nbsp; PTS&amp;nbsp; TC&amp;nbsp; EJ&amp;nbsp; FF ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 00:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128885#M260452</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-11-17T00:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to import this text file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128886#M260453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use URL Access method (and change variable 3m and 3a to v3m and v3a) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;filename ex URL "&lt;A href="http://www.dougstats.com/12-13RD.txt"&gt;http://www.dougstats.com/12-13RD.txt&lt;/A&gt;";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data test;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;infile ex firstobs=2;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;length player $16;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;input Player $ Team $ PS $ GP Min FGM FGA V3M V3A FTM FTA OR TR AS ST TO BK PF DQ PTS TC EJ FF Sta;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 00:51:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128886#M260453</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-11-17T00:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to import this text file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128887#M260454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 16:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-this-text-file/m-p/128887#M260454</guid>
      <dc:creator>yn623</dc:creator>
      <dc:date>2012-11-18T16:06:20Z</dc:date>
    </item>
  </channel>
</rss>

