<?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: Optimizing Process time in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331443#M22001</link>
    <description>Agree with &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1751"&gt;@RahulG&lt;/a&gt; that hindi itself shouldn't affect processing time. Be sure though that you have the same encoding in your SAS session to avoid transcoding.&lt;BR /&gt;Efficient programming is covered in a SAS training with that same name.&lt;BR /&gt;If you are experiencing problems in a specific job, post more information about data volumes and structure, server configuration/topology etc.</description>
    <pubDate>Fri, 10 Feb 2017 10:04:41 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2017-02-10T10:04:41Z</dc:date>
    <item>
      <title>Optimizing Process time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331388#M21991</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Actually I want to minimise the process time for my ETL.How can I minimise that time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using left joins and sort In ETL.&lt;/P&gt;&lt;P&gt;and we are working on some variable which are in HINDI language so is it take more time than english variables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I should change that will reduce process time ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:31:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331388#M21991</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-02-10T02:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing Process time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331396#M21992</link>
      <description>&lt;P&gt;You have to wisely use your transform. For example, you said you are using left join and sort.&lt;/P&gt;&lt;P&gt;1.You can avoid Sort transform by using order by in SQL Join transform.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You need to careful about your sql see if they are too many case when try to get off with the help of where&lt;/P&gt;&lt;P&gt;3. In where clause, you should choose right set of columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I liked it somebody using SAS in hindi language. Thats great.&lt;/P&gt;&lt;P&gt;I do not think variable name in hindi would make any difference.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 04:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331396#M21992</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2017-02-10T04:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing Process time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331400#M21993</link>
      <description>&lt;P&gt;Are you sure that,&lt;SPAN&gt;hindi would not make any difference?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;because I can remove that variable(unnecessary variable).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 04:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331400#M21993</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-02-10T04:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing Process time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331401#M21994</link>
      <description>Thank you very much.</description>
      <pubDate>Fri, 10 Feb 2017 04:52:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331401#M21994</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-02-10T04:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing Process time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331443#M22001</link>
      <description>Agree with &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1751"&gt;@RahulG&lt;/a&gt; that hindi itself shouldn't affect processing time. Be sure though that you have the same encoding in your SAS session to avoid transcoding.&lt;BR /&gt;Efficient programming is covered in a SAS training with that same name.&lt;BR /&gt;If you are experiencing problems in a specific job, post more information about data volumes and structure, server configuration/topology etc.</description>
      <pubDate>Fri, 10 Feb 2017 10:04:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331443#M22001</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-02-10T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing Process time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331466#M22006</link>
      <description>&lt;P&gt;what should I use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Case" or "If then"? To reduce process time?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Optimizing-Process-time/m-p/331466#M22006</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-02-10T12:03:36Z</dc:date>
    </item>
  </channel>
</rss>

