<?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: PROC FREQ with SAS In database Processing - Please help in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166946#M43243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is a teradata table as am not doing any transfer of data. We tried doing this in teradata but is taking whole lot of time. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Dec 2013 21:05:33 GMT</pubDate>
    <dc:creator>aruku</dc:creator>
    <dc:date>2013-12-08T21:05:33Z</dc:date>
    <item>
      <title>PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166942#M43239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to calculate percentiles at different dimensions of large amount of data (at 8 billion records). As we don't have PROC UNIVARIATE in SAS In Database support - thought of using proc freq to calculate cumulative frequecies and use that to calculate the percentiles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get the distribution for a specific subset but not for all the data at one shot as it is giving me I/O error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please assist if there is any other way to calculate 99.9 percentiles or use PROC FREQ efficiently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not transfering the data and it is huge. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 10:47:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166942#M43239</guid>
      <dc:creator>aruku</dc:creator>
      <dc:date>2013-12-08T10:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166943#M43240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Have you passed "SAS Programming 3 :Advanced Techniques and Efficiencies"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 11:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166943#M43240</guid>
      <dc:creator>MohammadFayaz</dc:creator>
      <dc:date>2013-12-08T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166944#M43241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you are asking if i am sas advanced certified. Yes, i am. Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 20:53:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166944#M43241</guid>
      <dc:creator>aruku</dc:creator>
      <dc:date>2013-12-08T20:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166945#M43242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your data in native SAS datasets or on a server? &lt;/P&gt;&lt;P&gt;If its on a server you may want to consider using native SQL commands for that server instead. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8 billion is a lot of records regardless and will take a while, since percentile function requires a sort of data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 21:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166945#M43242</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-12-08T21:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166946#M43243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is a teradata table as am not doing any transfer of data. We tried doing this in teradata but is taking whole lot of time. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 21:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166946#M43243</guid>
      <dc:creator>aruku</dc:creator>
      <dc:date>2013-12-08T21:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166947#M43244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a daft question... are you using the SAS/ACCESS Teradata Engine or SAS/ACCESS ODBC Engine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 21:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166947#M43244</guid>
      <dc:creator>gra_in_aus</dc:creator>
      <dc:date>2013-12-08T21:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166948#M43245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you confirmed what Teradata is doing by configuring these options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPTIONS sqlgeneration=dbms;&lt;/P&gt;&lt;P&gt;OPTIONS msglevel=i;&lt;/P&gt;&lt;P&gt;OPTIONS sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check out this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/300-2010.pdf"&gt;http://support.sas.com/resources/papers/proceedings10/300-2010.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 23:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166948#M43245</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-12-08T23:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166949#M43246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SAS Access to Teradata engine. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 23:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166949#M43246</guid>
      <dc:creator>aruku</dc:creator>
      <dc:date>2013-12-08T23:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ with SAS In database Processing - Please help</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166950#M43247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me out with a similar doubt. I am not being able to do in-database processing using the SQL generation. My code is only firing a select * to the RDBMS and pulling it into SAS to perform the SAS procedure rather than performing it in the DBMS itself. &lt;/P&gt;&lt;P&gt;Can you give some directions on this, regarding the requirements and the correct libname statement or code snippet to perform the same. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 09:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ-with-SAS-In-database-Processing-Please-help/m-p/166950#M43247</guid>
      <dc:creator>Himanshu_Gupta</dc:creator>
      <dc:date>2014-10-13T09:39:44Z</dc:date>
    </item>
  </channel>
</rss>

