<?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 How to - browse excel file from my local with sas scripts? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/677980#M204591</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to import an excel file from my local with any of the browser screens such as Chrome, Explorer etc. But I want to expect to show that screen to all of my co-workers who can reach that Sas server. At the end of the day, I also want to map these excel files with desired paths, so I have a structure in my mind like this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If any of the experts can help me about creating the sas scripts? Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2020 08:03:23 GMT</pubDate>
    <dc:creator>tarikbirinci1</dc:creator>
    <dc:date>2020-08-20T08:03:23Z</dc:date>
    <item>
      <title>How to - browse excel file from my local with sas scripts?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/677980#M204591</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to import an excel file from my local with any of the browser screens such as Chrome, Explorer etc. But I want to expect to show that screen to all of my co-workers who can reach that Sas server. At the end of the day, I also want to map these excel files with desired paths, so I have a structure in my mind like this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If any of the experts can help me about creating the sas scripts? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 08:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/677980#M204591</guid>
      <dc:creator>tarikbirinci1</dc:creator>
      <dc:date>2020-08-20T08:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to - browse excel file from my local with sas scripts?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/677989#M204597</link>
      <description>&lt;P&gt;Let's get this straight:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;you have data in an Excel file&lt;/LI&gt;
&lt;LI&gt;you need to import that into SAS, which runs on a remote server&lt;/LI&gt;
&lt;LI&gt;the data needs to be available to others, via web&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Are these assumptions correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you work with your remote SAS server? SAS Studio, or Enterprise Guide?&lt;/P&gt;
&lt;P&gt;Do those "others" work with SAS tools (see above), or are they completely SAS-illiterate?&lt;/P&gt;
&lt;P&gt;In which form will the users expect the data? Only for viewing, or available for download?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 08:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/677989#M204597</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-20T08:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to - browse excel file from my local with sas scripts?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/678279#M204695</link>
      <description>&lt;P&gt;Yes, your assumptions are correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can both work on Sas Studio and Sas EG.&lt;/P&gt;&lt;P&gt;Yes, they can work with these Sas tools.&lt;/P&gt;&lt;P&gt;About your third question, actually as you remember from Sas EG (I also attach the screenshot as below) I would like to similar screen for them to browse their local file in any browser.&amp;nbsp;&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="ss" style="width: 382px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48470i4916F888281D2CC7/image-dimensions/382x383?v=v2" width="382" height="383" role="button" title="SS.PNG" alt="ss" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ss&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As a summary, because we all have accessibility to Sas Visual Analytics hub, we expect to create browser screen to import our local file. To do this, we need Sas scripts to build that structure.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 21:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/678279#M204695</guid>
      <dc:creator>tarikbirinci1</dc:creator>
      <dc:date>2020-08-20T21:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to - browse excel file from my local with sas scripts?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/679109#M205062</link>
      <description>&lt;P&gt;Doesn't VA have a native Import interface?&lt;/P&gt;
&lt;P&gt;SAS Studio users can use it to upload and then import local data; EG provides wizards for this.&lt;/P&gt;
&lt;P&gt;So I see no need to reinvent the wheel.&lt;/P&gt;
&lt;P&gt;To create a simple import interface for non-SAS users, use a stored process that displays a page with Javascript code that allows local browsing. This will not be trivial.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 08:45:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-browse-excel-file-from-my-local-with-sas-scripts/m-p/679109#M205062</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-25T08:45:44Z</dc:date>
    </item>
  </channel>
</rss>

