<?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 hashing and parallel processing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862127#M340532</link>
    <description>&lt;P&gt;Hello, I want to learn about hashing and parallel processing in SAS. Somehow I am not getting any proper documentation where I can get all information&amp;nbsp; and some practice question. can someone please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a ton!&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 14:27:41 GMT</pubDate>
    <dc:creator>Aexor</dc:creator>
    <dc:date>2023-03-03T14:27:41Z</dc:date>
    <item>
      <title>hashing and parallel processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862127#M340532</link>
      <description>&lt;P&gt;Hello, I want to learn about hashing and parallel processing in SAS. Somehow I am not getting any proper documentation where I can get all information&amp;nbsp; and some practice question. can someone please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a ton!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 14:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862127#M340532</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2023-03-03T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: hashing and parallel processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862128#M340533</link>
      <description>&lt;P&gt;For Hashing - I'm guessing you mean "using hash tables" - go to &lt;A href="http://www.lexjansen.com" target="_blank"&gt;www.lexjansen.com&lt;/A&gt;&amp;nbsp;and search for articles by Paul Dorfman ( &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/21262"&gt;@hashman&lt;/a&gt;&amp;nbsp;) or Don Henderson (&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13569"&gt;@DonH&lt;/a&gt;&amp;nbsp; ) or them both, e.g.:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/cgi-bin/xsl_transform.php?x=ad&amp;amp;c=SUGI#paulfman" target="_blank"&gt;https://www.lexjansen.com/cgi-bin/xsl_transform.php?x=ad&amp;amp;c=SUGI#paulfman&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/cgi-bin/xsl_transform.php?x=ah&amp;amp;c=SUGI#donhrson" target="_blank"&gt;https://www.lexjansen.com/cgi-bin/xsl_transform.php?x=ah&amp;amp;c=SUGI#donhrson&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Parallel - if you think about parallel processing in Base SAS - I did this "almost tutorial" of using "XCMD &amp;amp; systask" for parallel processing, you could try to play with it:&amp;nbsp;&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;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 14:35:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862128#M340533</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-03-03T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: hashing and parallel processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862148#M340543</link>
      <description>&lt;P&gt;Barteku, wielkie dzięki za plug. Also, the uniform splitting into key-exclusive segments (applicable to any data processing) can also be used to create a bunch of parallel jobs to be processed by your xcmd and systask.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OTOH, the question might be about whether or how the hash object works with multithreading, in which case methinks DS2 would be the right direction to look at since it allows hash processing to be multithreaded.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pozdrowienia,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paul Dorfman&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 16:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862148#M340543</guid>
      <dc:creator>hashman</dc:creator>
      <dc:date>2023-03-03T16:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: hashing and parallel processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862195#M340552</link>
      <description>&lt;P&gt;Pavle,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it may be DS2 or maybe it's about that "parallel datastep" in SAS Vyia?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pozdrowienia&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 18:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862195#M340552</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-03-03T18:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: hashing and parallel processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862200#M340555</link>
      <description>&lt;P&gt;Had you not told me, I wouldn't know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Odpowiednio, dziękuję bardzo!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 19:10:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hashing-and-parallel-processing/m-p/862200#M340555</guid>
      <dc:creator>hashman</dc:creator>
      <dc:date>2023-03-03T19:10:00Z</dc:date>
    </item>
  </channel>
</rss>

