<?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 data from an excel file. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507948#M136368</link>
    <description>&lt;P&gt;//&lt;/P&gt;</description>
    <pubDate>Sat, 27 Oct 2018 20:28:47 GMT</pubDate>
    <dc:creator>deentran</dc:creator>
    <dc:date>2018-10-27T20:28:47Z</dc:date>
    <item>
      <title>data from an excel file.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507948#M136368</link>
      <description>&lt;P&gt;//&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 20:28:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507948#M136368</guid>
      <dc:creator>deentran</dc:creator>
      <dc:date>2018-10-27T20:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting data from a csv file. Prefer delimiter.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507949#M136369</link>
      <description>&lt;P&gt;Why you want to do manually , I think it must be some dynamic way.&lt;/P&gt;&lt;P&gt;Can I get sample data which I can import in my SAS ?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 05:02:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507949#M136369</guid>
      <dc:creator>shahparth260</dc:creator>
      <dc:date>2018-10-27T05:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting data from a csv file. Prefer delimiter.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507950#M136370</link>
      <description>&lt;P&gt;I don't know how to fix it simply.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 20:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507950#M136370</guid>
      <dc:creator>deentran</dc:creator>
      <dc:date>2018-10-27T20:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting data from a csv file. Prefer delimiter.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507953#M136372</link>
      <description>&lt;P&gt;you can import your excel file by using PROC IMPORT procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just need to update filepath in %let path statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let path=filepath;&lt;BR /&gt;proc import datafile="&amp;amp;path.\data.xlsx"&lt;BR /&gt;out=want dbms=excel replace;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 06:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507953#M136372</guid>
      <dc:creator>singhsahab</dc:creator>
      <dc:date>2018-10-27T06:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting data from a csv file. Prefer delimiter.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507954#M136373</link>
      <description>&lt;P&gt;CSV stands for Comma Separated Vector.&lt;/P&gt;
&lt;P&gt;It can be imported by SAS using either CSV engine or by DLM=",".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See proc import documentation:&lt;/P&gt;
&lt;P&gt;&lt;A title="Proc Import Doc.:" href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000332605.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000332605.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 06:18:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507954#M136373</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-10-27T06:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting data from a csv file. Prefer delimiter.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507955#M136374</link>
      <description>&lt;P&gt;If you need help for reading a&amp;nbsp;&lt;EM&gt;csv&lt;/EM&gt; file, you should post that.&lt;/P&gt;
&lt;P&gt;Use the dsd option in the infile statement to correctly read empty (missing) columns.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 06:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-from-an-excel-file/m-p/507955#M136374</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-27T06:21:16Z</dc:date>
    </item>
  </channel>
</rss>

