<?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: Can I append multiple tables together into one using SAS DI studio? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239579#M6217</link>
    <description>&lt;P&gt;Good point &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt; - there's a lot more to building a good data management environment than point-and-click job construction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you say, planning and structuring the environnment is important; so too are standards: use of check-out/check-in, comments and quicknotes, naming and label conventions, standards for error detection etc - you're right to identify such things as essential and part of what an experienced ETL lead specialist should be doing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, newcomers have to start somewhere, and learning what DI Studio can do for you is a useful first step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck from me too!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2015 17:19:53 GMT</pubDate>
    <dc:creator>SteveM_UK</dc:creator>
    <dc:date>2015-12-16T17:19:53Z</dc:date>
    <item>
      <title>Can I append multiple tables together into one using SAS DI studio?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239379#M6213</link>
      <description>&lt;P&gt;I have 6 different tables that have&amp;nbsp;common columns, however based on the data &amp;nbsp;source, there 'are additional columns for each 'source type' that are named different and not common in all the tables.&amp;nbsp; I am looking for a way I can create one table from the 6 sources, basically an append.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output table would have all the common column names' and all the 'variable column names' from the 6 tables as the output table definition.&amp;nbsp; Not sure the best tool to use for this.&amp;nbsp; I have never used SAS DI so don't know a lot about it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I welcome any suggestions!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 18:02:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239379#M6213</guid>
      <dc:creator>ncsthbell</dc:creator>
      <dc:date>2015-12-15T18:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I append multiple tables together into one using SAS DI studio?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239403#M6214</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Register each of your input tables, create a job and drag an 'Append' transform onto it ('Append' is under the 'Data' transforms), then drag each of your tables on as well. Connect each of the inputs to the Append by using a mouse drag and if you open its Properties and look at the Mappings tab you should find the output table has automatically added and mapped the input columns. Note. if the lengths differ for some 'common' columns then you may get warnings to resolve that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then right click on the output of the Append and use 'Register Table' to define your output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result should be a job that does what you're asking. Run it to see the results, or look at the code if you're curious to see how it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're new to DI Studio I recommend browsing the online documentation (from Help on the DI Studio menu bar) and having a look at the section on Transforms, it has some well-explained simple examples there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239403#M6214</guid>
      <dc:creator>SteveM_UK</dc:creator>
      <dc:date>2015-12-15T19:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I append multiple tables together into one using SAS DI studio?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239518#M6215</link>
      <description>&lt;P&gt;Nice tutorial&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/63443"&gt;@SteveM_UK﻿&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But my warning bells alarms&amp;nbsp;when I hear "new to DI", and since you ask the forum of such a task, there's seem to be none at you site that can get you started?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DI Studio can seem simple with it's GUI, point-and, &amp;nbsp;drag-and-drop etc.&lt;/P&gt;
&lt;P&gt;But it's all about structure. You can really make a mess in DI as well, and the you don't the benefits&amp;nbsp;of the investment om the ETL tool.&lt;/P&gt;
&lt;P&gt;Each site should have the data architecture documented. And en ETL development&amp;nbsp;lead/specialist should have set some basic development&amp;nbsp;rules/best practices. This to insure to consistence and maintainability&amp;nbsp;of the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But anyway, good luck! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 14:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239518#M6215</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-12-16T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I append multiple tables together into one using SAS DI studio?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239579#M6217</link>
      <description>&lt;P&gt;Good point &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt; - there's a lot more to building a good data management environment than point-and-click job construction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you say, planning and structuring the environnment is important; so too are standards: use of check-out/check-in, comments and quicknotes, naming and label conventions, standards for error detection etc - you're right to identify such things as essential and part of what an experienced ETL lead specialist should be doing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, newcomers have to start somewhere, and learning what DI Studio can do for you is a useful first step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck from me too!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239579#M6217</guid>
      <dc:creator>SteveM_UK</dc:creator>
      <dc:date>2015-12-16T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can I append multiple tables together into one using SAS DI studio?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239964#M6233</link>
      <description>&lt;P&gt;You can use either "Append" transformation which is found under Data group Or use "Set Operator" transformation found under SQL group. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 11:28:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/239964#M6233</guid>
      <dc:creator>pic_sas</dc:creator>
      <dc:date>2015-12-18T11:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I append multiple tables together into one using SAS DI studio?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/240225#M6242</link>
      <description>&lt;P&gt;Only use DIS if you plan to implement production worthy ETL processes. If this is not the case then just use something like SAS Studio or SAS EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With standard SAS code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data All_of_it;
  set table_1 table_2 ....;
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 08:34:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Can-I-append-multiple-tables-together-into-one-using-SAS-DI/m-p/240225#M6242</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-12-21T08:34:11Z</dc:date>
    </item>
  </channel>
</rss>

