<?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 Proc Tabulate SAS Guide 6.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Tabulate-SAS-Guide-6-1/m-p/278685#M19239</link>
    <description>&lt;P&gt;I'm using EG 6.1 in project mode,&amp;nbsp;trying to run a proc tabulate (Summary Table) and save the output to a new table that I can use later.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is it runs forever and never finishes, I have tried to reduce the data set size by filtering&amp;nbsp;with an expectation that I can join the multiple summary tables together when complete.&amp;nbsp; No luck so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I plan to try and code in both SAS and Proc SQL vs using the project designer to see if this makes a difference, wondering if anyone has attempted simiar and what your outcome was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or does this come down to environment I.e. server size, # of end users, 64bit/PC processor&amp;nbsp;etc. Searching for answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2016 14:15:17 GMT</pubDate>
    <dc:creator>RickyS</dc:creator>
    <dc:date>2016-06-20T14:15:17Z</dc:date>
    <item>
      <title>Proc Tabulate SAS Guide 6.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Tabulate-SAS-Guide-6-1/m-p/278685#M19239</link>
      <description>&lt;P&gt;I'm using EG 6.1 in project mode,&amp;nbsp;trying to run a proc tabulate (Summary Table) and save the output to a new table that I can use later.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is it runs forever and never finishes, I have tried to reduce the data set size by filtering&amp;nbsp;with an expectation that I can join the multiple summary tables together when complete.&amp;nbsp; No luck so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I plan to try and code in both SAS and Proc SQL vs using the project designer to see if this makes a difference, wondering if anyone has attempted simiar and what your outcome was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or does this come down to environment I.e. server size, # of end users, 64bit/PC processor&amp;nbsp;etc. Searching for answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 14:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Tabulate-SAS-Guide-6-1/m-p/278685#M19239</guid>
      <dc:creator>RickyS</dc:creator>
      <dc:date>2016-06-20T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate SAS Guide 6.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Tabulate-SAS-Guide-6-1/m-p/278727#M19241</link>
      <description>&lt;P&gt;Hi, Ricky&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all, EG generates SAS code that it submits to run on a SAS server. In terms of slow performance, there's three things we can consider right off; speed of actually doing the tabulation, speed of communicating between your PC and the SAS server, and issues relating to the size of your tabulated product being very large.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tackling the third first, are you asking the Summary Tables task to create a very large output? (in terms of rows and columns). Since what is returned is a "print format" image, it can be very large and take a long time to transfer from server to PC. If that's the case, I would suggest using the Summary Statistics task (which uses PROC MEANS, the "heavy lifter" of the SAS tabulation procs), turn off "Show statistics", and turn on "Save statistics to a data set".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In terms of long tabulations, is the dataset being analyzed very large, either in row or column terms? If it's long tabulation time, I don't think you'll see anything faster with any other procedures, although I always consider PROC MEANS to be the fastest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And finally, communications. What's the link between your PC and the server? Is it slow for other data transfers?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know more about what you're trying to do, your source data, and your environment, and it should be solvable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:39:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Tabulate-SAS-Guide-6-1/m-p/278727#M19241</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-06-20T16:39:25Z</dc:date>
    </item>
  </channel>
</rss>

