<?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 do i read in text data into sas in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-i-read-in-text-data-into-sas/m-p/516080#M3065</link>
    <description>&lt;P&gt;the variable names in order are id , hc, leng, bwt, gage&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2018 18:54:18 GMT</pubDate>
    <dc:creator>britney09</dc:creator>
    <dc:date>2018-11-26T18:54:18Z</dc:date>
    <item>
      <title>How do i read in text data into sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-i-read-in-text-data-into-sas/m-p/516080#M3065</link>
      <description>&lt;P&gt;the variable names in order are id , hc, leng, bwt, gage&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 18:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-i-read-in-text-data-into-sas/m-p/516080#M3065</guid>
      <dc:creator>britney09</dc:creator>
      <dc:date>2018-11-26T18:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do i read in text data into sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-i-read-in-text-data-into-sas/m-p/516081#M3066</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data read;
infile 'C:\Users\nsriniv2\Downloads\baby_f2018.txt';
input  id  hc leng bwt gage;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specify the location where you stored your .txt in place properly&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;infile 'C:\Users\nsriniv2\Downloads\baby_f2018.txt';&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 18:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-i-read-in-text-data-into-sas/m-p/516081#M3066</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-26T18:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do i read in text data into sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-i-read-in-text-data-into-sas/m-p/516125#M3077</link>
      <description>&lt;P&gt;No need for attachments, post in a code (or text box) opened with the {I} forum icon:&lt;/P&gt;
&lt;PRE&gt;4 13 20 7.3 37
5 13 21 8 41
6 13 21 7.5 39
7 13 20 7 39
8 13 19 5.3 37
13 14 20 8.6 43
14 15 22 9.1 40
16 13 19 6.5 37
17 12 20 3.3 29
21 13 21 8.1 41
22 14 21 7.8 40
23 14 21 8 39
27 14 20 7.8 41
29 15 20 8.7 41
30 13 21 8.5 42
31 12 20 8.1 42
32 14 19 7.7 40
34 13 21 7.6 41
36 13 20 7.6 39
38 13 19 7.9 42
40 13 20 7.9 39
42 13 20 7 40
44 14 20 9 43&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Nov 2018 21:03:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-i-read-in-text-data-into-sas/m-p/516125#M3077</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-11-26T21:03:41Z</dc:date>
    </item>
  </channel>
</rss>

