<?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: Stored Process - Download Data in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/390939#M8022</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please send a new link? This one is off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks,&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2017 15:33:52 GMT</pubDate>
    <dc:creator>paulo94</dc:creator>
    <dc:date>2017-08-25T15:33:52Z</dc:date>
    <item>
      <title>Stored Process - Download Data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/386140#M7822</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone point me towards a beginners guide to creating a stored process that would allow users to download large amounts of data to csv or Excel? I've found several articles on the web but they all seem to assume a base level of knowledge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have been using the export facility from a table but are running into row count issues.(We have Office Analytics but I'm giving up on getting IT to install it for relevant users)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basic requirements are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is the basic SAS code to export csv or Excel reliably&lt;/LI&gt;&lt;LI&gt;Where would the SAS program be saved on the VA server?&lt;/LI&gt;&lt;LI&gt;Are they are gotchas or issues that we should be aware of with using sroed processes for this purpose?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any help appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/386140#M7822</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-07T20:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Download Data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/386659#M7835</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31007"&gt;@itchyeyeballs&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do I understand correctly that you are trying to make work such STPs on a SAS VA server?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before answering to your questions, if you try to let the users to download the data from a report into a csv or Excel, there is a metadata cabaility that will grant the users to right click on a table and download the data from it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, coming back to your questions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What is the basic SAS code to export csv or Excel reliably - Perhaps this code might help you&amp;nbsp;&lt;A href="http://support.sas.com/kb/40/683.html&amp;nbsp;" target="_blank"&gt;http://support.sas.com/kb/40/683.html&amp;nbsp;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Where would the SAS program be saved on the VA server? - A stored process can be stored in the metadata itself or in a .sas file, you can select the location.&lt;/LI&gt;
&lt;LI&gt;Are they are gotchas or issues that we should be aware of with using sroed processes for this purpose? - probably I am not the best one to answer this question. The one I can think of is that an Excel file will have&amp;nbsp;some limitations set by Microsoft&amp;nbsp;&lt;A href="https://support.office.com/en-us/article/Excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3&amp;nbsp;" target="_blank"&gt;https://support.office.com/en-us/article/Excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3&amp;nbsp;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/386659#M7835</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-08-09T14:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Download Data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/386664#M7836</link>
      <description>&lt;P&gt;Great thank you, yes we are trying to get this to work on SAS server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We cant use the list table object as theres too much data (100,000 + rows and growing)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That stored process looks perfect, will give it a go (for some reason clicking the hyperlink you posted doesnt work, I had to copy/paste it - maybe my browser)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much apreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/386664#M7836</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-09T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Download Data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/389676#M7969</link>
      <description>&lt;P&gt;Just to quickly re-vist this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We got things working but found a glitch (maybe only affects our set-up) where the stored process would randomly fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This turned out to be due to us using a LASR table as the data source, SAS support advised this is supported in theory but not best practice as the data has to be read from memory into the SAS session each time, on thier advice we switched to using a sas7bdat file saved to the server and the issue went away.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We now have to figure out how to replace the LASR row level security with an implimentation in the stored process that works with the sas7bdat file but thats a whole other thread (probably)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 21:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/389676#M7969</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-21T21:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Download Data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/390939#M8022</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please send a new link? This one is off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks,&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 15:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/390939#M8022</guid>
      <dc:creator>paulo94</dc:creator>
      <dc:date>2017-08-25T15:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Download Data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/391007#M8024</link>
      <description>Hi, If you mean the sas support link just copy/paste to your browser, will work then</description>
      <pubDate>Fri, 25 Aug 2017 20:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-Download-Data/m-p/391007#M8024</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-25T20:06:23Z</dc:date>
    </item>
  </channel>
</rss>

