<?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: Merge in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100755#M5223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, or to put it another way ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If thy BY offends thee, pluck it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like all 4 data sets have the same categories in the same order.&amp;nbsp; So suggestion #1 seems appropriate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 19:27:01 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2012-10-18T19:27:01Z</dc:date>
    <item>
      <title>Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100750#M5218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 4 datasets created after running a macro.&lt;/P&gt;&lt;P&gt;All 4 have 2 variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;category&amp;nbsp;&amp;nbsp; value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to merge by CATEGORY.and rename the value in each of the 4 datasets so that all of them are side by side??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100750#M5218</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T18:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100751#M5219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp; merge&amp;nbsp; h1(rename=value=value1)&amp;nbsp; h2(rename=value=value2)&amp;nbsp; h3(rename=value=value3)&amp;nbsp; h4(rename=value=value4);&lt;/P&gt;&lt;P&gt;by category;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100751#M5219</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-10-18T18:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100752#M5220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was a quick response. I got the answer I wanted because i was wanting to it 4 different steps.&lt;/P&gt;&lt;P&gt;But I have a small issue . I donot want to disturb the order of the category while I merge. So I merge with out the sorting of the cotegorical variable&lt;/P&gt;&lt;P&gt;I get this error!!!1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3093&amp;nbsp; data combine;&lt;BR /&gt;3094&amp;nbsp; merge STATC_OUT(rename=value=value1)&amp;nbsp; STATQ_OUT(rename=value=value2)&lt;BR /&gt;3094! STATCQ_OUT(rename=value=value3)&amp;nbsp; statCQN_OUT(rename=value=value4);&lt;BR /&gt;3095&amp;nbsp; by categorical;&lt;BR /&gt;3096&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;ERROR: BY variables are not properly sorted on data set WORK.STATC_OUT.&lt;BR /&gt;categorical=Range value1=16.0 - 77.0 value2=16.0 - 72.0 value3=16.0 - 77.0 value4=2.0 - 86.0&lt;BR /&gt;FIRST.categorical=1 LAST.categorical=1 _ERROR_=1 _N_=5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:49:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100752#M5220</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T18:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100753#M5221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have something like this(showing the first dataset here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;categorical&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGE&lt;/P&gt;&lt;P&gt;count(missing)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 800&lt;/P&gt;&lt;P&gt;mean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20.3&lt;/P&gt;&lt;P&gt;Range&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13&lt;/P&gt;&lt;P&gt;SEX&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;RACE&lt;/P&gt;&lt;P&gt;aSIAN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;HISPANIC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100753#M5221</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T18:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100754#M5222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to sort them before using 'merge by'.&amp;nbsp; proc sql does not require presorting, but 1.) it is different to data step merge, so it may not produce what you want. 2) It is still not guarantee the order unless you using monotonic() in one of the inputing datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for your problem, if you are certain that all 4 of your incoming tables have exact structure row by row, same amount of total obs and same amount of obs for every category, and at the same order, simply put they are the same tables except the value contents, then you can use:&lt;/P&gt;&lt;P&gt;1. merge without by variable&lt;/P&gt;&lt;P&gt;2. set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 19:24:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100754#M5222</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-10-18T19:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100755#M5223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, or to put it another way ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If thy BY offends thee, pluck it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like all 4 data sets have the same categories in the same order.&amp;nbsp; So suggestion #1 seems appropriate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 19:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100755#M5223</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-10-18T19:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100756#M5224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiiiiiiiiii&lt;/P&gt;&lt;P&gt;I went for it without the BY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, for example all 106 had no AIDS, so AIDS+ row is eliminated in one dataset.Maybe in the other some people had AIDS and that adds to an extra row which is messing up things!! Any suggestions????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Categorical&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;&lt;P&gt;AIDS&lt;/P&gt;&lt;P&gt;AIDS-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 106&lt;/P&gt;&lt;P&gt;AIDS+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words 3 data sets of the 4 are having 55 observations but the odd one has 49.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thats messing up the merge&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 19:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100756#M5224</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T19:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100757#M5225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, you have theoretically defined a problem without a unique solution.&amp;nbsp; Look at this possiblity for CATEGORICAL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dataset 1:&lt;/P&gt;&lt;P&gt;AIDS&lt;/P&gt;&lt;P&gt;AIDS-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dataset 2:&lt;/P&gt;&lt;P&gt;AIDS-&lt;/P&gt;&lt;P&gt;AIDS+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dataset 3:&lt;/P&gt;&lt;P&gt;AIDS+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would the proper order be, when you combine them?&amp;nbsp; There are a few possibilities, which means the computer shouldn't decide ...&amp;nbsp; you will have to.&amp;nbsp; One approach would create a format, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value $order&lt;/P&gt;&lt;P&gt;'AIDS'='01'&lt;/P&gt;&lt;P&gt;'AIDS+'='02'&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typing this out would be tedious, but you don't need to type it out if you would like to designate one of your "complete" data sets as having the "proper" order.&amp;nbsp; Use that data set to define the order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data proper_order;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set dataset_1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; retain fmtname '$order';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; start=categorical;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; label = put(_n_, z3.);&amp;nbsp;&amp;nbsp; /* just in case you have more than 100 categories one day */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format cntlin=proper_order;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then apply the format, assigning an order variable to each data set.&amp;nbsp; Illustrating with just dataset_4:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data dataset_4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set dataset_4;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; order = put(categorical, $order.);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, sort and merge BY ORDER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 19:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100757#M5225</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-10-18T19:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100758#M5226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into adding the sparse option in the proc freq, that way you should have an option for each group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or look at changing the macro to accommodate by groups on a different level, ie with each result before it stacks them together. I'd started that a bunch of times, but never had a chance to complete it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 19:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100758#M5226</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-18T19:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100759#M5227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW I am using the macro you provided me.&amp;nbsp; I will look into the sparse option of the proc freq and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dint understand your second sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100759#M5227</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T20:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100760#M5228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the macro for categorical variables you have the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq data=&amp;amp;dsetin noprint;&lt;/P&gt;&lt;P&gt; table &amp;amp;var/missing out=tab_var;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want me to do this and try??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq data=&amp;amp;dsetin noprint;&lt;/P&gt;&lt;P&gt; table &amp;amp;var/&lt;STRONG&gt;sparse&lt;/STRONG&gt; missing out=tab_var;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100760#M5228</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T20:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100761#M5229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is you're using the macro to create a table of characteristics for different groups, ie control and intervention if it was a clinical trial. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is to build that capability into the macro rather than modify the end results. Though what I've done, when in a rush is output it all to excel and merge it manually (eyeballing) it.&lt;/P&gt;&lt;P&gt;It needs to get added in to a manuscript usually so does require doing some manual work anyways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:07:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100761#M5229</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-18T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100762#M5230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the macro for proc freq I tried to incorporate the SPARSE option and it does nt work for me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100762#M5230</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T20:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100763#M5231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of SAS do you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 21:01:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100763#M5231</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-18T21:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100764#M5232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;9.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 21:27:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100764#M5232</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-18T21:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Merge</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100765#M5233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I went to export each of the 4 datasets and merged manually in Excel and then imported Back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 05:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Merge/m-p/100765#M5233</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2012-10-19T05:09:53Z</dc:date>
    </item>
  </channel>
</rss>

