<?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: Excel file uploaded in library successfully in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672524#M23442</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Dear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i am new and i installed below version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;University Edition?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2020 13:17:16 GMT</pubDate>
    <dc:creator>ws_adan</dc:creator>
    <dc:date>2020-07-27T13:17:16Z</dc:date>
    <item>
      <title>Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672318#M23420</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ws_adan_0-1595687805699.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47667i55D82F1AEB219974/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ws_adan_0-1595687805699.png" alt="ws_adan_0-1595687805699.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in message libref EXL was successfully assigned but it is now showing excel sheet in library.&lt;/P&gt;libname ExL xlsx 'C:\Users\Wajeeha Bilal\Desktop\T2_YARD.XLSX';</description>
      <pubDate>Sat, 25 Jul 2020 14:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672318#M23420</guid>
      <dc:creator>ws_adan</dc:creator>
      <dc:date>2020-07-25T14:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672321#M23421</link>
      <description>&lt;P&gt;What is your question?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 14:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672321#M23421</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-25T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672323#M23422</link>
      <description>&lt;P&gt;my question is i could not find excel sheet in library&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 14:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672323#M23422</guid>
      <dc:creator>ws_adan</dc:creator>
      <dc:date>2020-07-25T14:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672329#M23423</link>
      <description>&lt;P&gt;dear can anyone help on this.&lt;/P&gt;&lt;P&gt;how can i see my sheet as dataset in SAS library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is no error no warnings in notes also showing successfully assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please let me know what i have to do any other option to make dataset from excel.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 16:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672329#M23423</guid>
      <dc:creator>ws_adan</dc:creator>
      <dc:date>2020-07-25T16:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672330#M23424</link>
      <description>&lt;P&gt;The library name EXL must be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use a particular sheet, let's say its name is SHEET1, the in SAS you must call it EXL.SHEET1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=exl.sheet1(obs=10);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 25 Jul 2020 16:07:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672330#M23424</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-25T16:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672381#M23429</link>
      <description>&lt;P&gt;Which kind of SAS installation do you use?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;University Edition?&lt;/LI&gt;
&lt;LI&gt;Enterprise Guide with a Local server?&lt;/LI&gt;
&lt;LI&gt;Enterprise Guide/SAS Studio with a remote server?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 09:27:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672381#M23429</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-26T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672396#M23431</link>
      <description>&lt;P&gt;Just because the LIBNAME statement works it does NOT mean that the request XLSX file was actually found.&lt;/P&gt;
&lt;P&gt;SAS does not know whether you are trying to access and existing file or create a new file.&lt;/P&gt;
&lt;P&gt;Check the name of the file.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 15:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672396#M23431</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-26T15:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672524#M23442</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i am new and i installed below version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;University Edition?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 13:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672524#M23442</guid>
      <dc:creator>ws_adan</dc:creator>
      <dc:date>2020-07-27T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672528#M23444</link>
      <description>&lt;P&gt;Looks like your screen shot is from SAS/Studio.&amp;nbsp; So in that left hand panel open the Server Files and Folders view and find the file you want to read. Right click and open the Properties for the file.&amp;nbsp; On that pop-up screen should be the location or path for the file.&amp;nbsp; Copy that and use it in your LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 13:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672528#M23444</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-27T13:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672537#M23446</link>
      <description>&lt;P&gt;University Edition is a "miniaturized" Business Intelligence (BI) server in a virtual machine running on Linux. It does not have access to your Windows disk drive(s), only to the shared folder you set up when you imported the VM into your virtualization software (Virtualbox or VMPlayer). You address the shared folder (if you followed the instructions correctly) as /folders/myfolders from within the VM.&lt;/P&gt;
&lt;P&gt;Store your xlsx file in the Windows location of the shared folder, and use the correct Linux path in your SAS code. Keep in mind that Linux (like all UNIX systems) is case sensitive, so spelling is critical.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 14:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672537#M23446</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-27T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672561#M23453</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562" target="_blank" rel="noopener"&gt;,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i did in VM as below and i put my excel file in same folder.&lt;/P&gt;&lt;P&gt;now what i have to do to load my excel file in SAS share folder.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ws_adan_0-1595860779470.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47692i9F7D42498A8AD405/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ws_adan_0-1595860779470.png" alt="ws_adan_0-1595860779470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 14:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672561#M23453</guid>
      <dc:creator>ws_adan</dc:creator>
      <dc:date>2020-07-27T14:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672582#M23456</link>
      <description>&lt;P&gt;In your screen shot the UNIX folder name is on the left and the WINDOWS folder name is on the right.&lt;/P&gt;
&lt;P&gt;In your SAS code you need to use the UNIX path for the file. Not the WINDOWS path.&lt;/P&gt;
&lt;P&gt;So if your file on WINDOWS is &amp;lt;windows path&amp;gt;\filename then your SAS session will see the file at &amp;lt;unix path&amp;gt;/filename.&lt;/P&gt;
&lt;P&gt;In SAS University edition the&amp;nbsp;&amp;lt;unix path&amp;gt; is ALWAYS /folders/myfolders&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 15:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672582#M23456</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-27T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672599#M23458</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;i put in&amp;nbsp; code window as below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname Yard XLSX 'C:\Windows\SAS\SASUniversityEdition\myfolders\T2_YARD.XLSX';&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="ws_adan_0-1595866074774.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47702i8B80FB06B33403D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ws_adan_0-1595866074774.png" alt="ws_adan_0-1595866074774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;after that&lt;/P&gt;&lt;P&gt;PROC DATASETS LIBRARY=YARD;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ws_adan_1-1595866146415.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47703i422C64328CAE1F65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ws_adan_1-1595866146415.png" alt="ws_adan_1-1595866146415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;it is not showing excel sheet data could you let me know what is going wrong.&lt;/P&gt;&lt;P&gt;is it due to university edition?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 16:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672599#M23458</guid>
      <dc:creator>ws_adan</dc:creator>
      <dc:date>2020-07-27T16:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672600#M23459</link>
      <description>&lt;P&gt;You put your file (using Windows Explorer) in&lt;/P&gt;
&lt;PRE&gt;C:\Windows\SAS\SASUniversityEdition\myfolders\filename.xlsx&lt;/PRE&gt;
&lt;P&gt;and find it in UE as&lt;/P&gt;
&lt;PRE&gt;/folders/myfolders/filename.xlsx&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jul 2020 16:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672600#M23459</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-27T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file uploaded in library successfully</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672601#M23460</link>
      <description>&lt;P&gt;&lt;STRONG&gt;You do not (I repeat: NOT) use the Windows path, you have to use the UNIX path!!!!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No C:\something, /folders/myfolders!!!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 16:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Excel-file-uploaded-in-library-successfully/m-p/672601#M23460</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-27T16:15:51Z</dc:date>
    </item>
  </channel>
</rss>

