<?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: Importing excel file into SAS studio(university edition) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/874967#M345719</link>
    <description>&lt;P&gt;SAS Studio runs on a server, it cannot access the files on your computer's C: drive. The files must be uploaded to a folder on the SAS Studio server, and then accessed via the server folder name and file name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See: &lt;A href="https://libguides.library.kent.edu/SAS/OnDemandImportData" target="_self"&gt;https://libguides.library.kent.edu/SAS/OnDemandImportData&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 14:33:16 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-05-10T14:33:16Z</dc:date>
    <item>
      <title>Importing excel file into SAS studio(university edition)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/874965#M345717</link>
      <description>&lt;P&gt;&amp;nbsp;I have access to SAS studio (university edition).&lt;/P&gt;&lt;P&gt;Please direct me of how to access an excel file in the c drive of my computer using libname statement and proc import so that I can see all the sheets in the excel file. I used libname xyz xlsx 'path \ excelfilename.xls'; and the proc import syntax as well but couldnt succeed. I want to attempt the certification test and am keen on knowing this .&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:27:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/874965#M345717</guid>
      <dc:creator>Uma_Devi</dc:creator>
      <dc:date>2023-05-10T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Importing excel file into SAS studio(university edition)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/874967#M345719</link>
      <description>&lt;P&gt;SAS Studio runs on a server, it cannot access the files on your computer's C: drive. The files must be uploaded to a folder on the SAS Studio server, and then accessed via the server folder name and file name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See: &lt;A href="https://libguides.library.kent.edu/SAS/OnDemandImportData" target="_self"&gt;https://libguides.library.kent.edu/SAS/OnDemandImportData&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/874967#M345719</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-05-10T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Importing excel file into SAS studio(university edition)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/874970#M345720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442660"&gt;@Uma_Devi&lt;/a&gt;&amp;nbsp; &amp;nbsp;I don't think so you can access local files directly into SAS Studio. But you can manually upload files in your SAS Studio HOME directory "FILE (HOME)"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a folder ("Files") under "Files(Home)" and from there right click to see the "Upload Files.." option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have files in your home directly, it can easily accessed or used in the proc import procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayurJadhav_0-1683729321124.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83815i7676653CC0CD0D63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayurJadhav_0-1683729321124.png" alt="MayurJadhav_0-1683729321124.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For example to access Country.xlsx file I can use this path "/home/u61950255/Files/Country.xlsx" in proc import or something..&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayurJadhav_1-1683729541566.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83816i9D36D2D4F1AD5FE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayurJadhav_1-1683729541566.png" alt="MayurJadhav_1-1683729541566.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:41:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/874970#M345720</guid>
      <dc:creator>MayurJadhav</dc:creator>
      <dc:date>2023-05-10T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Importing excel file into SAS studio(university edition)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/875015#M345735</link>
      <description>Thanks a lot. Yes I am now able to do what you mentioned after following&lt;BR /&gt;the steps.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 May 2023 16:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-excel-file-into-SAS-studio-university-edition/m-p/875015#M345735</guid>
      <dc:creator>Uma_Devi</dc:creator>
      <dc:date>2023-05-10T16:21:09Z</dc:date>
    </item>
  </channel>
</rss>

