<?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 SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74012#M15977</link>
    <description>This may be a good change for you to do some performance testing.&lt;BR /&gt;
&lt;BR /&gt;
One might say, if it works and you don't need to do too often "good enough".&lt;BR /&gt;
&lt;BR /&gt;
However, from the names of your data I might conclude that there are only 10 data sets in a MERGE dimension, _main_ _notes_ _plan_ _contract_... _issues_&lt;BR /&gt;
and 9 in a SET dimension where _NOTES_01-_NOTES_09 could be concatenated into one data set.  Just a guess.&lt;BR /&gt;
&lt;BR /&gt;
If you care to share more information about the data that would be helpful.</description>
    <pubDate>Fri, 13 Feb 2009 21:34:39 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2009-02-13T21:34:39Z</dc:date>
    <item>
      <title>merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74011#M15976</link>
      <description>I have 90 files to merge.&lt;BR /&gt;
is it a good practice to merge them all at once?please advise&lt;BR /&gt;
&lt;BR /&gt;
%macro mrge;&lt;BR /&gt;
 data abc;&lt;BR /&gt;
 merge ctm_comb.combine_oneperc(in=a) &lt;BR /&gt;
%do i= 1 %to 9;&lt;BR /&gt;
       source.Complaint_main_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
       flip08.flip_notes_%sysfunc(putn(&amp;amp;i,z2.)) flip08.flip_plan_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
        flip08.flip_contract_%sysfunc(putn(&amp;amp;i,z2.))     flip08.flip_category_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
	   flip08.flip_switch_%sysfunc(putn(&amp;amp;i,z2.)) flip08.flip_cms_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
	   flip08.flip_ctrcttrk_%sysfunc(putn(&amp;amp;i,z2.)) flip08.flip_stat_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
	   flip08.flip_issue_%sysfunc(putn(&amp;amp;i,z2.))&lt;BR /&gt;
 %end;;&lt;BR /&gt;
 by complaint_id;&lt;BR /&gt;
 if a;&lt;BR /&gt;
 run;&lt;BR /&gt;
 %mend mrge;&lt;BR /&gt;
 %mrge;</description>
      <pubDate>Fri, 13 Feb 2009 20:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74011#M15976</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-02-13T20:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74012#M15977</link>
      <description>This may be a good change for you to do some performance testing.&lt;BR /&gt;
&lt;BR /&gt;
One might say, if it works and you don't need to do too often "good enough".&lt;BR /&gt;
&lt;BR /&gt;
However, from the names of your data I might conclude that there are only 10 data sets in a MERGE dimension, _main_ _notes_ _plan_ _contract_... _issues_&lt;BR /&gt;
and 9 in a SET dimension where _NOTES_01-_NOTES_09 could be concatenated into one data set.  Just a guess.&lt;BR /&gt;
&lt;BR /&gt;
If you care to share more information about the data that would be helpful.</description>
      <pubDate>Fri, 13 Feb 2009 21:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74012#M15977</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-02-13T21:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74013#M15978</link>
      <description>Yes what you interpreted is right,&lt;BR /&gt;
I have notes_01 to notes_09  and so on.</description>
      <pubDate>Fri, 13 Feb 2009 21:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74013#M15978</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-02-13T21:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74014#M15979</link>
      <description>Ok but how are the data sets related?</description>
      <pubDate>Sat, 14 Feb 2009 03:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/merge/m-p/74014#M15979</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-02-14T03:47:20Z</dc:date>
    </item>
  </channel>
</rss>

