<?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: IORC process in Data Step by using Index. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886603#M350334</link>
    <description>&lt;P&gt;The paper is very nicely done and describes every single step of the process in depth. I could not think of a better way to describe how the statements work.&lt;/P&gt;
&lt;P&gt;What in particular do you not understand?&lt;/P&gt;
&lt;P&gt;Keep in mind that this is advanced technique, so a certain level of SAS knowledge is required to understand it, combined with the skillset of a programmer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My personal preference for lookups into a small table while processing a large one is the hash object.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 09:08:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-07-27T09:08:25Z</dc:date>
    <item>
      <title>IORC process in Data Step by using Index.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886593#M350329</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to understand about&amp;nbsp;IORC process in Data Step by using Index.&lt;/P&gt;&lt;P&gt;My requirement is we have two data set (A and B),(A) is small and (B)is very large.&lt;/P&gt;&lt;P&gt;I do understand that for large data set we can create index. But how to merge tow data set using&amp;nbsp;&amp;nbsp; __IORC__&amp;nbsp; technique. ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Index larger file;&lt;BR /&gt;proc datasets lib=work;&lt;BR /&gt;modify daset_name;&lt;BR /&gt;index create variable_name/unique;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:09:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886593#M350329</guid>
      <dc:creator>Ajayvit</dc:creator>
      <dc:date>2023-07-27T08:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: IORC process in Data Step by using Index.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886595#M350330</link>
      <description>Have a look at this paper: &lt;A href="https://www.lexjansen.com/wuss/2003/SASSolutions/c-an_animated_guide_speed_merges__iorc_.pdf" target="_blank"&gt;https://www.lexjansen.com/wuss/2003/SASSolutions/c-an_animated_guide_speed_merges__iorc_.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886595#M350330</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-07-27T08:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: IORC process in Data Step by using Index.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886596#M350331</link>
      <description>&lt;P&gt;Hi Josvander,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been there i was not able to understood the solution thats why i am here.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886596#M350331</guid>
      <dc:creator>Ajayvit</dc:creator>
      <dc:date>2023-07-27T08:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: IORC process in Data Step by using Index.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886599#M350333</link>
      <description>Does example 4 from the documentation help in understanding?&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/lrcon/9.4/n1tgk0uanvisvon1r26lc036k0w7.htm#n1g54zcicf3fu4n16aopbargavvz" target="_blank"&gt;https://documentation.sas.com/doc/en/lrcon/9.4/n1tgk0uanvisvon1r26lc036k0w7.htm#n1g54zcicf3fu4n16aopbargavvz&lt;/A&gt;&lt;BR /&gt;If not do you understand the fundamentals of datastep programming with regards to the PDV? There is a great youtube video on that: &lt;A href="https://youtu.be/7EMOai04_eg" target="_blank"&gt;https://youtu.be/7EMOai04_eg&lt;/A&gt;.</description>
      <pubDate>Thu, 27 Jul 2023 08:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886599#M350333</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-07-27T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: IORC process in Data Step by using Index.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886603#M350334</link>
      <description>&lt;P&gt;The paper is very nicely done and describes every single step of the process in depth. I could not think of a better way to describe how the statements work.&lt;/P&gt;
&lt;P&gt;What in particular do you not understand?&lt;/P&gt;
&lt;P&gt;Keep in mind that this is advanced technique, so a certain level of SAS knowledge is required to understand it, combined with the skillset of a programmer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My personal preference for lookups into a small table while processing a large one is the hash object.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 09:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886603#M350334</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-27T09:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: IORC process in Data Step by using Index.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886752#M350386</link>
      <description>&lt;P&gt;What i did not understood is :&lt;/P&gt;&lt;P&gt;here we are performing lookup for common variable and value which is like (if a and b in merge) but how to manipulate this condition like if a or if a and not b like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 03:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886752#M350386</guid>
      <dc:creator>Ajayvit</dc:creator>
      <dc:date>2023-07-28T03:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: IORC process in Data Step by using Index.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886759#M350390</link>
      <description>&lt;P&gt;After the execution of the second SET statement, the _IORC_ variable will tell you if the statement succeeded (0) or not (1).&lt;/P&gt;
&lt;P&gt;The section "Selecting Observations in Both Files" shows an example for "if a and b". By checking for 0 (instead of NE 0), you get the code for "a and not b".&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 06:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/IORC-process-in-Data-Step-by-using-Index/m-p/886759#M350390</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-28T06:04:27Z</dc:date>
    </item>
  </channel>
</rss>

