<?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 I have an excel sheet that I want to upload into SAS studio in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/I-have-an-excel-sheet-that-I-want-to-upload-into-SAS-studio/m-p/792925#M32700</link>
    <description>&lt;P&gt;THe good news is that I successfully uploaded my excel worksheet into a sas folder.&amp;nbsp; However, I donot know how to tell SAS studio that I want to use those data inside the excel sheet (libname?) so that I can figure out information such as geometric mean, median, mean, IQR, and standard deviation.&amp;nbsp; Thank you so much for reading!!!&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jan 2022 17:06:05 GMT</pubDate>
    <dc:creator>zhawasli1</dc:creator>
    <dc:date>2022-01-27T17:06:05Z</dc:date>
    <item>
      <title>I have an excel sheet that I want to upload into SAS studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-have-an-excel-sheet-that-I-want-to-upload-into-SAS-studio/m-p/792925#M32700</link>
      <description>&lt;P&gt;THe good news is that I successfully uploaded my excel worksheet into a sas folder.&amp;nbsp; However, I donot know how to tell SAS studio that I want to use those data inside the excel sheet (libname?) so that I can figure out information such as geometric mean, median, mean, IQR, and standard deviation.&amp;nbsp; Thank you so much for reading!!!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-have-an-excel-sheet-that-I-want-to-upload-into-SAS-studio/m-p/792925#M32700</guid>
      <dc:creator>zhawasli1</dc:creator>
      <dc:date>2022-01-27T17:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: I have an excel sheet that I want to upload into SAS studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-have-an-excel-sheet-that-I-want-to-upload-into-SAS-studio/m-p/792929#M32702</link>
      <description>&lt;P&gt;So if you can see the file in the Files and Folders tab then you can check its properties to find out its actual name (also called the path).&amp;nbsp; You will need that in your code.&amp;nbsp; So copy it from the properties window and paste it into the code window.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname x xlsx "fully qualified name of your file";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now each SHEET in the XLSX file can be treated as a SAS dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it probably will work best to first just copy all of the sheets into work datasets and then code from that.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc copy inlib=x outlib=work;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you will need to continue to use this data you might want to write back out as permanent SAS datasets.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-have-an-excel-sheet-that-I-want-to-upload-into-SAS-studio/m-p/792929#M32702</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-01-27T17:14:10Z</dc:date>
    </item>
  </channel>
</rss>

