<?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: Parallel Processing in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742507#M232275</link>
    <description>&lt;P&gt;Parallel processing is also possible using SAS/CONNECT. Refer to the SAS/CONNECT documentation for more details.&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 20:41:19 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-05-19T20:41:19Z</dc:date>
    <item>
      <title>Parallel Processing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742374#M232204</link>
      <description>&lt;P&gt;Few Question in optimization :-&lt;/P&gt;
&lt;P&gt;1. how can we achieve&amp;nbsp;Parallel Processing in SAS.?&lt;/P&gt;
&lt;P&gt;2. How can be solve space issue after executing a program in sas&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. how can we optimize a process involves in reading sas data set ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Already tried compress, keep,drop, data _null_&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Latency in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;these are few questions i came across, i am looking for any suggestion or documentation which talks about these topics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 10:44:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742374#M232204</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2021-05-19T10:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742379#M232207</link>
      <description>&lt;P&gt;Enterprise Guide allows the use of parallel SAS sessions within a project. And a lot of SAS procedures support multithreading out of the box, especially SQL&lt;/P&gt;
&lt;P&gt;On the storage side, using SPDE libraries can speed up I/O massively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Space issues are dependent on the data you have to use. Some rules of thumb:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Reduce data early. Only keep variables and observations that are needed later.&lt;/LI&gt;
&lt;LI&gt;Summarize data early, where appropriate.&lt;/LI&gt;
&lt;LI&gt;Use compression (selectively).&lt;/LI&gt;
&lt;LI&gt;Remove intermediate tables when they are no longer needed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To optimize a process, the good doctor has to get to know it. So we need to see a code piece that eats lots of time and space to make suggestions for improvement. Also do not forget to add information about the data involved (variable sizes, observation numbers).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Define "latency". Latencies are found in network connections, storage, and a gazillion of other things.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 11:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742379#M232207</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-19T11:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742383#M232211</link>
      <description>Thanks much!! It's  very helpful</description>
      <pubDate>Wed, 19 May 2021 12:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742383#M232211</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2021-05-19T12:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742386#M232213</link>
      <description>&lt;P&gt;About: "&lt;SPAN&gt;1. how can we achieve&amp;nbsp;Parallel Processing in SAS.?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;If you have XCMD turned-on on your SAS you can check out my little tutorial about running code in parallel in SAS:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pages.mini.pw.edu.pl/~jablonskib/SASpublic/Parallel-processing-in-BASE-SAS.sas" target="_blank"&gt;https://pages.mini.pw.edu.pl/~jablonskib/SASpublic/Parallel-processing-in-BASE-SAS.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions on that material let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 12:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742386#M232213</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-05-19T12:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742394#M232225</link>
      <description>Thanks much!</description>
      <pubDate>Wed, 19 May 2021 13:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742394#M232225</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2021-05-19T13:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742507#M232275</link>
      <description>&lt;P&gt;Parallel processing is also possible using SAS/CONNECT. Refer to the SAS/CONNECT documentation for more details.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 20:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parallel-Processing-in-SAS/m-p/742507#M232275</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-19T20:41:19Z</dc:date>
    </item>
  </channel>
</rss>

