<?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: Can Someone Please turn this into a SAS dataset?? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156400#M41028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have another problem besides specifying the wrong delimiter. The file appears to be unicode. I'd suggest trying the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename thefile "/home/mit/mahler/Homework/LaptopSales.txt"&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; encoding="unicode";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile = thefile out=mylib.LaptopSales dbms=tab replace;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; getnames= yes;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 22:30:33 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2014-11-04T22:30:33Z</dc:date>
    <item>
      <title>Can Someone Please turn this into a SAS dataset??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156398#M41026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey y'all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I, for some reason, cannot get the attached txt file to turn into a SAS dataset.&amp;nbsp; I do this all the time, but I am having some trouble with this one.&amp;nbsp; I am using the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile = "/home/mit/mahler/Homework/LaptopSales.txt" out=mylib.LaptopSales dbms=dlm replace;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; getnames= yes;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; delimiter = ",";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156398#M41026</guid>
      <dc:creator>mahler_ji</dc:creator>
      <dc:date>2014-11-04T21:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Someone Please turn this into a SAS dataset??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156399#M41027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what is the specific problem? Error messages, post them. Unexpected result, describe it.&lt;/P&gt;&lt;P&gt;Though I suspect the issue is that you are attempting to read it as comma separated, delimiter="," when it looks like it is TAB delimited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 22:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156399#M41027</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-11-04T22:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can Someone Please turn this into a SAS dataset??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156400#M41028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have another problem besides specifying the wrong delimiter. The file appears to be unicode. I'd suggest trying the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename thefile "/home/mit/mahler/Homework/LaptopSales.txt"&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; encoding="unicode";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile = thefile out=mylib.LaptopSales dbms=tab replace;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; getnames= yes;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 22:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156400#M41028</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-11-04T22:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can Someone Please turn this into a SAS dataset??</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156401#M41029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This cleared it right up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 16:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-Someone-Please-turn-this-into-a-SAS-dataset/m-p/156401#M41029</guid>
      <dc:creator>mahler_ji</dc:creator>
      <dc:date>2014-11-05T16:17:55Z</dc:date>
    </item>
  </channel>
</rss>

