<?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: Using SCD Type 2 and Surrogate keys for single table in job in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186107#M3808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you start designing &amp;amp; implementing DI jobs you should get your target data model right. So how is it in your case?&lt;/P&gt;&lt;P&gt;- 1 item belongs to exactly 1 type, a type has many items&lt;/P&gt;&lt;P&gt;- 1 type belongs to exactly 1 group, a group has many types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such a case you could create a dimension table an use ItemID as business key (and using SCD2 there would then be a single ItemRK). No need to try and create additional RK's.&lt;/P&gt;&lt;P&gt;You could also decide to split up things and create 3 tables: A Item table, a Type_Ref table and a Group_Ref table. You still could load these 3 tables using SCD2 (and then you get 3 RK's) In such a case you would first load the reference tables (Type_Ref, Group_Ref) and then look-up the keys before loading Type.&lt;/P&gt;&lt;P&gt;...or if "1 type belongs to exactly 1 group, a group has many types" then you could also create a single reference table with typeID as business key when loading using SCD2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Jul 2014 04:20:56 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2014-07-20T04:20:56Z</dc:date>
    <item>
      <title>Using SCD Type 2 and Surrogate keys for single table in job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186103#M3804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&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; I have an input dataset in the format as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ItemID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Itemname&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;itemtype&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;typename&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;itemgroup&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;groupname&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;ABC&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XXX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XXXXXXXX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;DEF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XXX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XXXXXXXX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XYZ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;GHI&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XXX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;XXXXXXXX&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;ZZZ&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the process where I need to use the SCD type 2 retained key for my primary key which is Item id and surrogate keys for type and group accordingly.How should I process with in a single job.I'm new to DI and not able to get the exact flow here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,SCD type 2 sometimes gives an error saying "&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;The &lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;variable&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt; in the DROP, KEEP, or RENAME list has never been &lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;referenced".Please help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected output is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;itemrk&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;itemid&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;itemname&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;typerk&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;typename&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;grouprk&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;group&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;groupname&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;abc&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxxxxxxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xyz&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;def&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxxxxxxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xyz&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;ghi&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xxxxxxxx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;b456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;zzz&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 12:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186103#M3804</guid>
      <dc:creator>maddysbi</dc:creator>
      <dc:date>2014-07-19T12:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCD Type 2 and Surrogate keys for single table in job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186104#M3805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;The &lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;variable&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt; in the DROP, KEEP, or RENAME list has never been &lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;referenced": you give us nothing to work on here - what mapping and options have you set in the transform, are your target table and meta data registration equal?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;About your expected (or rather desired?). SCD Type 2 Loader is able to generate one surrogate key per target table. It looks like you are trying do design a snow flake here. As a general advice, don't use snow flakes. If you still wish to have RK for your grouping levels - why do you have the name columns in the same table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;So still, to create RK for each grouping, have each group stored in separate dimensions (snow flakes), and then do a look up to populate the Item dimension.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 17:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186104#M3805</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-07-19T17:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCD Type 2 and Surrogate keys for single table in job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186105#M3806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LinusH,&lt;/P&gt;&lt;P&gt;&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; My bad!I forgot to mention that I have two more columns "valid from date" and "valid to date" in my target structure.I was using scd type loader and selected these 2 dates for change data capture along with the one retained key&amp;nbsp; as you said,trying to map the other columns.So you mean to say that I need to have different tables for each of them and the get the keys from them.Will try it out.Could you please highlight on that look up process as I don't have much idea on how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 17:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186105#M3806</guid>
      <dc:creator>maddysbi</dc:creator>
      <dc:date>2014-07-19T17:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCD Type 2 and Surrogate keys for single table in job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186106#M3807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the Look-up transform.&lt;/P&gt;&lt;P&gt;Still, I can't see what practical use you (or your users) will have of the grouping RK columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2014 23:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186106#M3807</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-07-19T23:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCD Type 2 and Surrogate keys for single table in job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186107#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you start designing &amp;amp; implementing DI jobs you should get your target data model right. So how is it in your case?&lt;/P&gt;&lt;P&gt;- 1 item belongs to exactly 1 type, a type has many items&lt;/P&gt;&lt;P&gt;- 1 type belongs to exactly 1 group, a group has many types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such a case you could create a dimension table an use ItemID as business key (and using SCD2 there would then be a single ItemRK). No need to try and create additional RK's.&lt;/P&gt;&lt;P&gt;You could also decide to split up things and create 3 tables: A Item table, a Type_Ref table and a Group_Ref table. You still could load these 3 tables using SCD2 (and then you get 3 RK's) In such a case you would first load the reference tables (Type_Ref, Group_Ref) and then look-up the keys before loading Type.&lt;/P&gt;&lt;P&gt;...or if "1 type belongs to exactly 1 group, a group has many types" then you could also create a single reference table with typeID as business key when loading using SCD2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 04:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186107#M3808</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-07-20T04:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCD Type 2 and Surrogate keys for single table in job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186108#M3809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In my case the hierarchy is something as below :&lt;/P&gt;&lt;P&gt;Itemtype (highest)&lt;/P&gt;&lt;P&gt;followed by group&lt;/P&gt;&lt;P&gt;followed by item (lowest)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,there can be many groups under one type and&lt;/P&gt;&lt;P&gt;many items under one group.Here item id is my business key which is unique but in char format.So i want to use the keys for increasing the processing speed.What I understood from above comments is that,&lt;/P&gt;&lt;P&gt;i have 3 tables first&lt;/P&gt;&lt;P&gt;1. type (rk for type)&lt;/P&gt;&lt;P&gt;2.group (rk for group and lokup to type)&lt;/P&gt;&lt;P&gt;3. item (rk for item and look up to type &amp;amp; group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 05:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186108#M3809</guid>
      <dc:creator>maddysbi</dc:creator>
      <dc:date>2014-07-20T05:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCD Type 2 and Surrogate keys for single table in job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186109#M3810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's a true hierarchy then it's your design decision how you want to organize the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one table it could be:&amp;nbsp; {&lt;SPAN style="text-decoration: underline;"&gt;Item_RK&lt;/SPAN&gt;, ItemID, groupID, itemtypeID,....}&lt;/P&gt;&lt;P&gt;When loading using SCD2 then Item_Id would be the business key, all the other columns would be under change tracking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With 3 tables:&lt;/P&gt;&lt;P&gt;- ItemType_Ref {&lt;SPAN style="text-decoration: underline;"&gt;ItemType_RK&lt;/SPAN&gt;, ItemTypeID,....}&lt;/P&gt;&lt;P&gt;- Group_Ref {&lt;SPAN style="text-decoration: underline;"&gt;Group_RK&lt;/SPAN&gt;, GroupID,...}&lt;/P&gt;&lt;P&gt;- Item {&lt;STRONG&gt;Item_RK&lt;/STRONG&gt;, ItemID, Group_RK, ItemType_RK....}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go for a 3 table approach then you would first load ItemType_Ref and Group_Ref and then look up the RK's via the ID's before loading table Item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're having full loads then I would go for a 1 table approach, if it's delta then I would eventually go for a 3 table approach.&lt;/P&gt;&lt;P&gt;The reason for 3 tables in case of delta loads: If something like the Group_Description changes then in a 3 table approach this would simply cause a new current record and all is set, in a one table approach you would have to update all records in the table with the new description (with a full load this would happen "automatically").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a database purist one would say that you always need to generate keys. From a more pragmatic perspective it might well be o.k. to use the ID's as provided from source and not generate RK's at all. In such a case you wouldn't need to look up the RK's but you would simply use the ID's in table "Item".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 07:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-SCD-Type-2-and-Surrogate-keys-for-single-table-in-job/m-p/186109#M3810</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-07-20T07:12:04Z</dc:date>
    </item>
  </channel>
</rss>

