<?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: Can we write a table to an excel to a local file, when running the code within Rsubmit? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838710#M331622</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;We are creating the Temp tables (Volatile tables(Teradata) ) and calculating the required variables and outputting it to SAS (.lst file)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried creating the datasets, as we are dealing with huge sales transactions the creation of datasets is taking longer than anticipated hence trying to do the calculations on the fly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;None of us really knows what you are doing, what calculations you are doing, what report you are going to be creating. So its really hard to be more specific.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Some SAS procedures can work "in the database" rather than work in SAS, and so many of the calculations (depending on what calculations you need) could be done that way, and this could be a lot faster than whatever you are doing. For example, PROC SUMMARY/PROC MEANS docs say&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;H1 id="n1lgrh9srljz4in17t789ce2vffx" class="xisDoc-title"&gt;In-Database Processing for PROC MEANS&lt;/H1&gt;
&lt;P class="xisDoc-paragraph"&gt;When large data sets are stored in an external database, the transfer of the data sets to computers that run SAS can be impacted by performance, security, and resource management issues. SAS in-database processing can greatly reduce data transfer by having the database perform the initial data aggregation.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Fri, 14 Oct 2022 19:40:36 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-10-14T19:40:36Z</dc:date>
    <item>
      <title>Can we write a table to an excel to a local file, when running the code within Rsubmit?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838695#M331610</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to create a report. Here we are dealing with daily data, and millions of sales transactions (i.e. daily, monthly, Qtrly ) We are creating the Temp tables (Volatile tables(Teradata) ) and calculating the required variables and outputting it to SAS (.lst file)&amp;nbsp;&amp;nbsp; but now need to create a report with some additional formatting and I am aware that we cannot directly refer the local path or my path(d:/qtr/sales/).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please suggest me on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 18:44:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838695#M331610</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2022-10-14T18:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can we write a table to an excel to a local file, when running the code within Rsubmit?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838702#M331615</link>
      <description>&lt;P&gt;Why create the .lst file? Why not just store the data in a SAS data set and then do the report in SAS?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 19:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838702#M331615</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-14T19:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can we write a table to an excel to a local file, when running the code within Rsubmit?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838704#M331617</link>
      <description>Hi,&lt;BR /&gt; Thank you for your quick response!&lt;BR /&gt;&lt;BR /&gt;I tried creating the datasets, as we are dealing with huge sales transactions the creation of datasets is taking longer than anticipated hence trying to do the calculations on the fly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgs</description>
      <pubDate>Fri, 14 Oct 2022 19:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838704#M331617</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2022-10-14T19:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can we write a table to an excel to a local file, when running the code within Rsubmit?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838707#M331619</link>
      <description>If your server has access to the local directory yes. Is that likely, no. &lt;BR /&gt;&lt;BR /&gt;Usually you would do the work and analysis on the server, bring back the data prepared to the local version and use that for reporting. The server is typically provisioned to handle bigger data, with more RAM and CPU than your local installation. And controlled access. It processes the data. &lt;BR /&gt;Exactly how you do that depends on your set up. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2022 19:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838707#M331619</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-14T19:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can we write a table to an excel to a local file, when running the code within Rsubmit?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838710#M331622</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;We are creating the Temp tables (Volatile tables(Teradata) ) and calculating the required variables and outputting it to SAS (.lst file)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried creating the datasets, as we are dealing with huge sales transactions the creation of datasets is taking longer than anticipated hence trying to do the calculations on the fly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;None of us really knows what you are doing, what calculations you are doing, what report you are going to be creating. So its really hard to be more specific.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Some SAS procedures can work "in the database" rather than work in SAS, and so many of the calculations (depending on what calculations you need) could be done that way, and this could be a lot faster than whatever you are doing. For example, PROC SUMMARY/PROC MEANS docs say&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;H1 id="n1lgrh9srljz4in17t789ce2vffx" class="xisDoc-title"&gt;In-Database Processing for PROC MEANS&lt;/H1&gt;
&lt;P class="xisDoc-paragraph"&gt;When large data sets are stored in an external database, the transfer of the data sets to computers that run SAS can be impacted by performance, security, and resource management issues. SAS in-database processing can greatly reduce data transfer by having the database perform the initial data aggregation.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 14 Oct 2022 19:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-write-a-table-to-an-excel-to-a-local-file-when-running/m-p/838710#M331622</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-14T19:40:36Z</dc:date>
    </item>
  </channel>
</rss>

