<?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: 0 records importing into SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/0-records-importing-into-SAS/m-p/357209#M83843</link>
    <description>&lt;P&gt;You have told SAS which file to read, but you have not told it to read anything from the file. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to add at least an INPUT statement.&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2017 15:15:02 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2017-05-09T15:15:02Z</dc:date>
    <item>
      <title>0 records importing into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/0-records-importing-into-SAS/m-p/357208#M83842</link>
      <description>&lt;P&gt;I want to import a csv file as a sas dataset. There may or may not be any observation.&lt;/P&gt;&lt;P&gt;What I wrote is not working at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code i wrote till now is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;filename extfile '/home/sm25967/DQ_2/deletion_request.csv';
data x;
infile  filename=extfile  firstobs=2 dlm=',' end=done missover DSD;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 May 2017 15:11:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/0-records-importing-into-SAS/m-p/357208#M83842</guid>
      <dc:creator>sreeparna93</dc:creator>
      <dc:date>2017-05-09T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: 0 records importing into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/0-records-importing-into-SAS/m-p/357209#M83843</link>
      <description>&lt;P&gt;You have told SAS which file to read, but you have not told it to read anything from the file. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to add at least an INPUT statement.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 15:15:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/0-records-importing-into-SAS/m-p/357209#M83843</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-05-09T15:15:02Z</dc:date>
    </item>
  </channel>
</rss>

