<?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>inuman Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>inuman Tracker</description>
    <pubDate>Mon, 18 May 2026 13:15:30 GMT</pubDate>
    <dc:date>2026-05-18T13:15:30Z</dc:date>
    <item>
      <title>Re: Help with merging</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-with-merging/m-p/128225#M35052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for both of your answer (Ksharp and Scott_Mitchell). I'll try your suggestion and see which one is the most efficient way. I'll be back here if I find any unresolved issues. Thank you once again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wisnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 04:37:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-with-merging/m-p/128225#M35052</guid>
      <dc:creator>inuman</dc:creator>
      <dc:date>2013-07-08T04:37:23Z</dc:date>
    </item>
    <item>
      <title>Help with merging</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-with-merging/m-p/128222#M35049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 8 different data set, 4 quarter data set from individual level and 4 quarter data set from household level. I would like to combine all these data set into one. Previously I'm using this code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*For Individual&lt;/P&gt;&lt;P&gt;data work.i07; &lt;/P&gt;&lt;P&gt;&amp;nbsp; set hw.i071(in=m071) hw.i072(in=m072) hw.i073(in=m073) hw.i074(in=m074);&lt;/P&gt;&lt;P&gt;&amp;nbsp; if m071=1 then qtr=1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else if m072=1 then qtr=2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else if m073=1 then qtr=3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else if m074=1 then qtr=4;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*For Household &lt;/P&gt;&lt;P&gt;data work.f07; &lt;/P&gt;&lt;P&gt;&amp;nbsp; set hw.F071(in=f071) hw.F072(in=f072) hw.F073(in=f073) hw.F074(in=f074);&lt;/P&gt;&lt;P&gt;&amp;nbsp; if f071=1 then qtr=1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else if f072=1 then qtr=2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else if f073=1 then qtr=3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else if f074=1 then qtr=4;\&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Merging both &lt;/P&gt;&lt;P&gt;data hw.all07; &lt;/P&gt;&lt;P&gt;&amp;nbsp; merge work.f07&lt;/P&gt;&lt;P&gt; work.i07p;&lt;/P&gt;&lt;P&gt;by CU_ID;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That code works, but I wonder if there is any simple code to do it. Perhaps using single data step instead using multiple step. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jul 2013 21:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-with-merging/m-p/128222#M35049</guid>
      <dc:creator>inuman</dc:creator>
      <dc:date>2013-07-07T21:54:42Z</dc:date>
    </item>
  </channel>
</rss>

