<?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: Import Excel file using SAS data step in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910669#M359115</link>
    <description>&lt;P&gt;Some people misunderstand CSV, a text file format, as an "Excel" file because of the association with the program will often open in Excel by default. For these files a data step is actually the better method to read the files as you control all the details of variable type, name, labels and can even use custom informats to read certain types of problematic values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 18:40:44 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-01-05T18:40:44Z</dc:date>
    <item>
      <title>Import Excel file using SAS data step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910660#M359112</link>
      <description>&lt;P&gt;Is it possible to import an Excel file using SAS data step?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 18:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910660#M359112</guid>
      <dc:creator>axescot78</dc:creator>
      <dc:date>2024-01-05T18:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel file using SAS data step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910664#M359113</link>
      <description>&lt;P&gt;It may be possible, but the effort required to write DATA step code from scratch probably isn't worth the effort. PROC IMPORT is one way to go. A LIBNAME statement with engine EXCEL is another way to go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why do you ask?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 18:35:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910664#M359113</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-01-05T18:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel file using SAS data step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910668#M359114</link>
      <description>&lt;P&gt;Reading an Excel into SAS is supported by a couple of methods:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;PROC IMPORT with DBMS=XLSX (there are other DBMS options for older Excel files, but XLSX is generally what is used)&lt;/LI&gt;
&lt;LI&gt;LIBNAME XLSX&amp;nbsp; - treats your Excel file like a library and each sheet is a data set&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;See this article for more information:&amp;nbsp;&lt;LI-MESSAGE title="How Do I Read and Write Excel Files Using SAS?  Q&amp;amp;amp;A, Slides, and On-Demand Recording" uid="791230" url="https://communities.sas.com/t5/Ask-the-Expert/How-Do-I-Read-and-Write-Excel-Files-Using-SAS-Q-amp-A-Slides-and/m-p/791230#U791230" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 18:40:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910668#M359114</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2024-01-05T18:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel file using SAS data step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910669#M359115</link>
      <description>&lt;P&gt;Some people misunderstand CSV, a text file format, as an "Excel" file because of the association with the program will often open in Excel by default. For these files a data step is actually the better method to read the files as you control all the details of variable type, name, labels and can even use custom informats to read certain types of problematic values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 18:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-file-using-SAS-data-step/m-p/910669#M359115</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-01-05T18:40:44Z</dc:date>
    </item>
  </channel>
</rss>

