<?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: Converting .xlsx to .sas7bdat in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Converting-xlsx-to-sas7bdat/m-p/493024#M6152</link>
    <description>&lt;P&gt;The simplest way to convert an XLSX file to SAS dataset(s) is to use the XLSX libname engine and PROC COPY.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname in xlsx 'mysheets.xlsx';
proc copy inlib=in outlib=work;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The question of "uploading" depends a lot on your setup.&amp;nbsp; The SAS code above needs to be able to see the XLSX file to work. So if you have the file on your PC but you are running SAS on some other machine (or in a virtual machine) then you need to move the file to a place where SAS can see it.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 14:11:54 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2018-09-06T14:11:54Z</dc:date>
    <item>
      <title>Converting .xlsx to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Converting-xlsx-to-sas7bdat/m-p/492997#M6148</link>
      <description>&lt;P&gt;Hi! I'm very new with SAS and one thing that I can't recall that we have already done during class was uploading xlsx file and converting it to become a .sas7bdat or SAS table. Can you please give me reference a link or a step by step refresher for this? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Converting-xlsx-to-sas7bdat/m-p/492997#M6148</guid>
      <dc:creator>Dee3</dc:creator>
      <dc:date>2018-09-06T13:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .xlsx to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Converting-xlsx-to-sas7bdat/m-p/493002#M6149</link>
      <description>&lt;P&gt;Here are the free SAS guidance videos:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://video.sas.com/category/videos/how-to-tutorials" target="_blank"&gt;https://video.sas.com/category/videos/how-to-tutorials&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://video.sas.com/category/videos/sas-studio#category/videos/sas-studio/1" target="_blank"&gt;https://video.sas.com/category/videos/sas-studio#category/videos/sas-studio/1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At least one of them is on importing data.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Converting-xlsx-to-sas7bdat/m-p/493002#M6149</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-06T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .xlsx to .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Converting-xlsx-to-sas7bdat/m-p/493024#M6152</link>
      <description>&lt;P&gt;The simplest way to convert an XLSX file to SAS dataset(s) is to use the XLSX libname engine and PROC COPY.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname in xlsx 'mysheets.xlsx';
proc copy inlib=in outlib=work;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The question of "uploading" depends a lot on your setup.&amp;nbsp; The SAS code above needs to be able to see the XLSX file to work. So if you have the file on your PC but you are running SAS on some other machine (or in a virtual machine) then you need to move the file to a place where SAS can see it.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 14:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Converting-xlsx-to-sas7bdat/m-p/493024#M6152</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-09-06T14:11:54Z</dc:date>
    </item>
  </channel>
</rss>

