<?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 Reg:Append in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18541#M3658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI are there any options to append huge datasets and reduce the time&lt;/P&gt;&lt;P&gt;i am having two datasets having 1 crs obs each every time it will get 1 crs obs in data set 2 any optins to optimise the time&lt;/P&gt;&lt;P&gt;for appending i am using this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc append base=data1 data=data2;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2011 07:40:45 GMT</pubDate>
    <dc:creator>My_SAS</dc:creator>
    <dc:date>2011-09-28T07:40:45Z</dc:date>
    <item>
      <title>Reg:Append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18541#M3658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI are there any options to append huge datasets and reduce the time&lt;/P&gt;&lt;P&gt;i am having two datasets having 1 crs obs each every time it will get 1 crs obs in data set 2 any optins to optimise the time&lt;/P&gt;&lt;P&gt;for appending i am using this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc append base=data1 data=data2;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 07:40:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18541#M3658</guid>
      <dc:creator>My_SAS</dc:creator>
      <dc:date>2011-09-28T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Reg:Append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18542#M3659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; is there any bulkload options for appending the datasets...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 09:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18542#M3659</guid>
      <dc:creator>My_SAS</dc:creator>
      <dc:date>2011-09-28T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Reg:Append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18543#M3660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is if you are using Teradata or some DBMSs.&amp;nbsp; See, e.g., &lt;A href="http://www.afhood.com/blog/?tag=proc-append"&gt;http://www.afhood.com/blog/?tag=proc-append&lt;/A&gt; or do a Google search for bulkload append sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 13:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18543#M3660</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-09-28T13:01:42Z</dc:date>
    </item>
    <item>
      <title>Reg:Append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18544#M3661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Well, too little information here for helping you out.&lt;/P&gt;&lt;P&gt;Given your example code and by using the term "data set", I guess that your data is in SAS tables (Base, or perhaps SPDE?).&lt;/P&gt;&lt;P&gt;If your problem handles temporary tables, just be sure to add the smaller table to the larger.&lt;/P&gt;&lt;P&gt;If you base table is permanent:&lt;/P&gt;&lt;P&gt; -&amp;nbsp; Bulkload: I would consider PROC APPEND as equivalent in speed (or better) than RDBMS bulkload. That is, if your base table doesn't have any constraints (especially PK/FK) or indexes defined. If your base table is in a SPDE libref, you could have indexes defined, and then SAS will simultaneously insert data and update the index. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Linus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 13:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Append/m-p/18544#M3661</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2011-09-28T13:23:06Z</dc:date>
    </item>
  </channel>
</rss>

