<?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: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276659#M55459</link>
    <description>&lt;P&gt;It is unlikely that memory is the cause of your performance difference. Firstly how are you querying MySQL directly - what client tool are you using? Secondly how are you querying MySQL with SAS EG? Do you have an identical query you are running in both?&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jun 2016 07:34:36 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-06-11T07:34:36Z</dc:date>
    <item>
      <title>How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276653#M55456</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to retrieve same data from an identical table in MySQL and Sas Enterprise guide which is using sas 9.4 TS1M3 in windows 10 using intel 4 core and 12G RAM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MySQL return result in 44 sec but Sas Enterprise guide returns in 2 min 41 sec. 3 times slower.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What memory allocation do I need to set to improve the Sas speed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;QF&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2016 06:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276653#M55456</guid>
      <dc:creator>TanQF</dc:creator>
      <dc:date>2016-06-11T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276659#M55459</link>
      <description>&lt;P&gt;It is unlikely that memory is the cause of your performance difference. Firstly how are you querying MySQL directly - what client tool are you using? Secondly how are you querying MySQL with SAS EG? Do you have an identical query you are running in both?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2016 07:34:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276659#M55459</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-06-11T07:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276707#M55473</link>
      <description>&lt;P&gt;Dear Kiwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same dataset stored in mysql database(xx1) and as xx2.sas7bdat in a windows directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use MySql workbench: select * from XX1 where columnA = YY and Date = 1234.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Sas enterprise guide: proc print data= XX2 (where=(&lt;SPAN&gt;columnA = YY and Date = 1234))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So i record the timing it returns the value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I believe there are some configuration I can modify to allocate resources to Sas. Maybe memsize or ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2016 18:05:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276707#M55473</guid>
      <dc:creator>TanQF</dc:creator>
      <dc:date>2016-06-11T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276720#M55475</link>
      <description>&lt;P&gt;You are not comparing apples with apples. You are comparing an SQL query on a MySQL table with a PROC PRINT of the same table converted to a SAS dataset. Try an SQL query in SAS. How does that perform?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  select * from XX2 where columnA = YY and Date = 1234;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 11 Jun 2016 23:00:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276720#M55475</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-06-11T23:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276722#M55476</link>
      <description>&lt;P&gt;Dear Kiwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in MySQL: 38 sec&lt;/P&gt;&lt;P&gt;In Sas: Old method: using proc print : 2min 35 sec&lt;/P&gt;&lt;P&gt;In Sas: using your suggestion: 2 min 33 sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there other way to speed up to performance? I know there are some default configuration for installing Sas in windows. I once set the memsize to max to speed up the transfer of data from sas to mysql.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 01:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276722#M55476</guid>
      <dc:creator>TanQF</dc:creator>
      <dc:date>2016-06-12T01:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276740#M55481</link>
      <description>First verify that the SAS/ACCESS  engine transforms your query the way you expect :&lt;BR /&gt;Options msglevel = I sastrace = ',,,d' SASTRACELOC = saslog nostsuffix; &lt;BR /&gt;&lt;BR /&gt;Is the MySQL database on the same server as your EG server  (local or remote workspace)? If not, investigate any network constraints. &lt;BR /&gt;&lt;BR /&gt;There are some libname options thatcan speed up query performance, like readbuf. Check the online doc. Also, there are lots of papers out there regarding optimize SAS/ACCESS connections. &lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jun 2016 05:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276740#M55481</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-12T05:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276791#M55497</link>
      <description>&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MySQL database and Enterprise Guide Sas are both on my desktop, same local windows machine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that there are many configurations to be changed and none of the website gives a complete picture. I have a doubt, how come we need to specific many details configurations. Usually these are done automatically? There are only CPUs and RAMs to be used to improve efficency. Once we limit the cores and rams to a software. The rest of the performance are scaled according and done automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe there are very drastic configurations that I missed out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached the log for the query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;22&lt;BR /&gt;23 GOPTIONS ACCESSIBLE;&lt;BR /&gt;24 proc sql;&lt;BR /&gt;25 select * from&amp;nbsp;XXX where id='XXX' and date=XXX;&lt;BR /&gt;INFO: Data file XXX.DATA is in a format that is native to another host, or the file encoding does not match the&lt;BR /&gt;session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce&lt;BR /&gt;performance.&lt;BR /&gt;26 quit;&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 2:36.57&lt;BR /&gt;cpu time 2:15.14&lt;/P&gt;&lt;P&gt;27&lt;BR /&gt;28 Options msglevel = I sastrace = ',,,d' SASTRACELOC = saslog nostsuffix;&lt;BR /&gt;29&lt;BR /&gt;30 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;31 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;32 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;33 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;34 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;35 %LET _SASPROGRAMFILE=;&lt;BR /&gt;36&lt;BR /&gt;37 ;*';*";*/;quit;run;&lt;BR /&gt;38 ODS _ALL_ CLOSE;&lt;BR /&gt;39&lt;BR /&gt;40&lt;BR /&gt;41 QUIT; RUN;&lt;BR /&gt;42&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 19:22:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276791#M55497</guid>
      <dc:creator>TanQF</dc:creator>
      <dc:date>2016-06-12T19:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276796#M55498</link>
      <description>1. The options statement must be issued prior to the query. &lt;BR /&gt;2. The query doesn't seem to involve your MySQL data.&lt;BR /&gt;&lt;BR /&gt;CPU settings is "automatic" by default. &lt;BR /&gt;Memory options usually isn't. Check the documentation for memsize and sortsize options. &lt;BR /&gt;If you have a output defined in your query you need to consider write performance as well. &lt;BR /&gt;To rule that out, try to do a data _null_ step that reads your MySQL table.</description>
      <pubDate>Sun, 12 Jun 2016 20:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276796#M55498</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-12T20:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276798#M55499</link>
      <description>&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same data but residing in MySQL and as sas7bdat in local drive separately. So I try to print the result using MySQL and Sas EG and discovered the great difference in performance. Both are in the same local desktop machine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already changed memsize Max in my&amp;nbsp;sasv9.cfg.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could go wrong?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 20:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276798#M55499</guid>
      <dc:creator>TanQF</dc:creator>
      <dc:date>2016-06-12T20:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276821#M55501</link>
      <description>&lt;P&gt;There are many ways to speed up such an extract.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Storage format (SPDE engine vs V9 engine, compression type)&amp;nbsp;has a huge&amp;nbsp;influence.&lt;/P&gt;
&lt;P&gt;For example, if your query is I/O-bound and not CPU bound, an SPDE library with binary compression could speed things up dramatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other issues since you have a where clause is the table sort order and the indexes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another critical factor is the way you retrieve your data in terms of memory utilisation. The data set's buffer size, the number of buffers used, whether or not&amp;nbsp;Windows's Direct-IO is used all have a huge effect. To illustrate this point, here is a benchmark example taken from&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.amazon.com/High-Performance-SAS-Coding-Christian-Graffeuille/dp/1512397490" target="_blank"&gt;https://www.amazon.com/High-Performance-SAS-Coding-Christian-Graffeuille/dp/1512397490&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table 5.5: Run times for various values of BUFSIZE, BUFNO and SGIO for a 10,000 MB data set&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD rowspan="2" colspan="2"&gt;
&lt;P&gt;&lt;STRONG&gt;10,000,000 kB&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="340" colspan="5"&gt;
&lt;P&gt;&lt;STRONG&gt;BUFNO&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;25&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;500&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;BUFSIZE&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;SGIO&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68" rowspan="2"&gt;
&lt;P&gt;195.45&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68" rowspan="2"&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68" rowspan="2"&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68" rowspan="2"&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68" rowspan="2"&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="2"&gt;
&lt;P&gt;&lt;STRONG&gt;4k&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;235.25&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;236.25&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;235.56&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;239.78&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;235.39&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;1177.55&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;572.32&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;157.28&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;93.60&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;93.96&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="2"&gt;
&lt;P&gt;&lt;STRONG&gt;8k&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;163.77&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;162.05&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;164.22&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;164.05&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;161.34&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;542.85&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;268.86&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;95.45&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;81.07&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;80.84&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="2"&gt;
&lt;P&gt;&lt;STRONG&gt;16k&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;138.03&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;140.26&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;136.16&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;137.49&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;136.11&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;265.46&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;142.55&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;75.28&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;74.61&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;81.70&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="2"&gt;
&lt;P&gt;&lt;STRONG&gt;32k&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;143.70&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;148.85&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;137.96&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;147.67&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;143.98&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;140.56&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;93.84&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;73.35&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;73.33&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;75.48&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="2"&gt;
&lt;P&gt;&lt;STRONG&gt;64k&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;180.47&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;171.39&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;166.63&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;151.69&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;173.16&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;88.62&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;70.14&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;71.62&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;72.00&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="2"&gt;
&lt;P&gt;&lt;STRONG&gt;128k&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;235.25&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;236.25&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;235.56&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;239.78&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;235.39&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;70.72&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;71.30&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;71.34&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;70.33&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="68"&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The default run time is 195 seconds, which can be reduced to 70s by simply changing the memory usage settings.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 01:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276821#M55501</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2016-06-13T01:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up performance of Sas 9.4 TS1M3 through enterprise guide in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/280094#M56546</link>
      <description>&lt;P&gt;Your intent is to run the PROC SQL against a SAS dataset, right?&amp;nbsp; If so, isn't the answer to your question in the INFO&amp;nbsp;note from your log fragment (italicized and bolded below)?&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24 proc sql;&lt;BR /&gt;25 select * from&amp;nbsp;XXX where id='XXX' and date=XXX;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;INFO: Data file XXX.DATA is in a format that is native to another host, or the file encoding does not match the&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce &lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;&lt;STRONG&gt;performance.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;26 quit;&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 2:36.57&lt;BR /&gt;cpu time 2:15.14&lt;/P&gt;
&lt;P&gt;27&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The note is telling you that dataset XXX may be a sas dataset, but in a format that is native to another host, (or the file encoding does not match&amp;nbsp;encoding in your SAS session).&amp;nbsp; We get that for instance when a sas dataset created in a unix environment is downloaded unchanged and then accessed&amp;nbsp;using Windows SAS.&amp;nbsp; Make a native copy of SAS dataset XXX and rerun the PROC SQL.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 21:39:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/280094#M56546</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2016-06-24T21:39:57Z</dc:date>
    </item>
  </channel>
</rss>

