<?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: How can i Do the  CDC  in SAS DI 3.4? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67822#M19397</link>
    <description>You have to describe in more detail how your  Derived Delta Strategy will work, on a higher level. Is your source Oracle? Will there be logging, or some timestamps in the source tables?&lt;BR /&gt;
&lt;BR /&gt;
Without this information, is not possible to help you out with DI Studio details.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Linus</description>
    <pubDate>Wed, 07 Jan 2009 10:06:23 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2009-01-07T10:06:23Z</dc:date>
    <item>
      <title>How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67821#M19396</link>
      <description>I have to Do few Source to Staging  Transformations those are Derived Delta Stagey(CDC) ,&lt;BR /&gt;
Ho can i do  this in SAS DI 3.4, Because in 3.4 we do not have any Specific Data Transforms for CDC,&lt;BR /&gt;
&lt;B&gt;BTW i am an Oracle ETL developer, not so Good at SAS DI , Please explain me in the way how can i understand (Thank you For your Kindness) - My Exposure to SAS DI is only one month.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
TIA - SASBaby

Message was edited by: SASbaby</description>
      <pubDate>Mon, 05 Jan 2009 16:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67821#M19396</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-05T16:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67822#M19397</link>
      <description>You have to describe in more detail how your  Derived Delta Strategy will work, on a higher level. Is your source Oracle? Will there be logging, or some timestamps in the source tables?&lt;BR /&gt;
&lt;BR /&gt;
Without this information, is not possible to help you out with DI Studio details.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Linus</description>
      <pubDate>Wed, 07 Jan 2009 10:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67822#M19397</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-01-07T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67823#M19398</link>
      <description>&lt;B&gt;Source FieldS:	&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
CAR_KIND_ID	        CHAR(2)&lt;BR /&gt;
DESCRIPTION	        VARCHAR2(254)&lt;BR /&gt;
MOD_BY           	VARCHAR2(60)&lt;BR /&gt;
MOD_DATE       	DATE&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Target Fields:&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
ALTER_TS                         	TIMESTAMP(6)&lt;BR /&gt;
UPDATE_TYPE                    	CHAR(1)&lt;BR /&gt;
CAR_KIND_ID	                        CHAR(2)&lt;BR /&gt;
DESCRIPTION	                        VARCHAR2(254)&lt;BR /&gt;
MOD_BY         	                       VARCHAR2(60)&lt;BR /&gt;
MOD_DATE       	                DATE&lt;BR /&gt;
STG_CREATE_DT                  	DATE&lt;BR /&gt;
STG_ETL_PROCESS_DT         DATE&lt;BR /&gt;
STG_ETL_PROCESS_IND        VARCHAR2(2)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Both Source &amp;amp; Target are Oracle Data.,&lt;BR /&gt;
Please let me know if you Need any other Informations. &lt;BR /&gt;
TIA</description>
      <pubDate>Wed, 07 Jan 2009 14:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67823#M19398</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67824#M19399</link>
      <description>So, it seems that have a defined column for last modification.&lt;BR /&gt;
I suggest that you use a Pre-step to create macro variabl(-es) (perhaps based on a &amp;amp;SYSPARM value or some other logic) so that you can build a dynamic where clause in a SAS Extract object in the process flow.&lt;BR /&gt;
&lt;BR /&gt;
Be aware of that Oracle DATE type will interpreted as SAS DATETIME (the time part will be padded as 0:00:00).&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
&lt;BR /&gt;
Linus</description>
      <pubDate>Wed, 07 Jan 2009 14:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67824#M19399</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-01-07T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67825#M19400</link>
      <description>I do not have defined column for last modification in the Source Data?&lt;BR /&gt;
&lt;BR /&gt;
More Over How can i DO this &lt;BR /&gt;
&lt;B&gt; Pre-step to create macro variabl(-es) (perhaps based on a &amp;amp;SYSPARM value or some other logic) so that you can build a dynamic where clause in a SAS Extract object in the process flow &lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
I am sorry I am new to SAS .&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
SB</description>
      <pubDate>Wed, 07 Jan 2009 14:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67825#M19400</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67826#M19401</link>
      <description>My experience is that is very hard (impossible?) to run a SAS DI project without having someone to some SAS programming tasks, such as this. I can try to tell you how to do this, but my guess is that you will run into new obstacles where you need to have some basic SAS programming skills. So try to involve a SAS programmer to this utility stuff in your ETL jobs.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 07 Jan 2009 14:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67826#M19401</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-01-07T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67827#M19402</link>
      <description>In Our Shop we do not have any SAS programmer, I am the One suppose to get training also. In the mean time if you just show some light that will be great help.&lt;BR /&gt;
&lt;BR /&gt;
All i want to know is how much Programming  should i know for using SAS DI ?&lt;BR /&gt;
&lt;BR /&gt;
TIA-SB</description>
      <pubDate>Wed, 07 Jan 2009 15:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67827#M19402</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T15:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67828#M19403</link>
      <description>First some basic knowledge on SAS in the operating environment, how start SAS in batch, system options, search paths etc.&lt;BR /&gt;
&lt;BR /&gt;
For SAS programming, you will probably some here and there, how much depends on project size and level of difficulty (data, transformation rules, target model...). I should say 2-3 SAS programming classes to start with.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 07 Jan 2009 15:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67828#M19403</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-01-07T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Do the  CDC  in SAS DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67829#M19404</link>
      <description>Thank You So Much.  SB</description>
      <pubDate>Wed, 07 Jan 2009 15:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-Do-the-CDC-in-SAS-DI-3-4/m-p/67829#M19404</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T15:33:44Z</dc:date>
    </item>
  </channel>
</rss>

