<?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: SAS DI Query in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121084#M1503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DI is a developpers tool for building jobs (collection of sas code steps) using transformations ( a kind of templates for processing)&amp;nbsp; in a graphical way.&lt;/P&gt;&lt;P&gt;If your question is: is it possible to develop with DI ... answer is yes.&lt;/P&gt;&lt;P&gt;If your question is: how should id the technical detail design? To solve that that is the role of a developer.&lt;BR /&gt;Are you missing some helpfull tranasformations? Cooperate with your platform admin, these can be set up and made available as user-transforms.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Aug 2013 13:48:37 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2013-08-24T13:48:37Z</dc:date>
    <item>
      <title>SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121083#M1502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I have a table A which contains a column Deal ID.New deal id&amp;nbsp; gets added to Table A every day. I have another table B which has all the details of Deals and Deal ID as well. I need to pull some details of Deals from B into A based on deal id using SAS ETL(DI JOBS).&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;If I have 100 deals getting added to table A every day,how will i pull the details of this 100 deals from table B using DI studio? Is it possible to store the Deal ID in cache and pull the corresponding data?&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Is data cache supported in SAS DI studio?&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Appreciate any help on this,&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV dir="ltr"&gt;Regards,&lt;DIV&gt;Sheeba Swaminathan&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 20:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121083#M1502</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2013-08-23T20:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121084#M1503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DI is a developpers tool for building jobs (collection of sas code steps) using transformations ( a kind of templates for processing)&amp;nbsp; in a graphical way.&lt;/P&gt;&lt;P&gt;If your question is: is it possible to develop with DI ... answer is yes.&lt;/P&gt;&lt;P&gt;If your question is: how should id the technical detail design? To solve that that is the role of a developer.&lt;BR /&gt;Are you missing some helpfull tranasformations? Cooperate with your platform admin, these can be set up and made available as user-transforms.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 13:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121084#M1503</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-08-24T13:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121085#M1504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A spitball kludge for this would be:&lt;/P&gt;&lt;P&gt;1. Have a copy of table A (call it Aprime)&lt;/P&gt;&lt;P&gt;2. Add your new transactions to table A, in your regular daily processing.&lt;/P&gt;&lt;P&gt;3. To get todays transactions, query A and Aprime for records in A but not in Aprime (different ways to do this).&lt;/P&gt;&lt;P&gt;4. Once you have them, copy A over Aprime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not good in many situations (ie high volume). I agree with Jaap...if this is being implemented in DI, it's worth having professional developers deal with it, to find i) the optimal solution and ii) make sure it handles all contingencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 12:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121085#M1504</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-08-25T12:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121086#M1505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be more specific on how you define a cache in this scenario?&lt;/P&gt;&lt;P&gt;It sounds like you are meaning something DW arhitects refer to as a staging area.&lt;/P&gt;&lt;P&gt;So store the daily data in a staging table (with only today's data).&lt;/P&gt;&lt;P&gt;Join with B to get the details.&lt;/P&gt;&lt;P&gt;Append/Insert Stage.A (with details joined from B?) to a permanent table holding history records.&lt;/P&gt;&lt;P&gt;Also agree with Jaap, have a more exprienced developer/architect lay out guideline for your task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 18:27:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121086#M1505</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-08-25T18:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121087#M1506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Jaap. I will try to set up User written transformations&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121087#M1506</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2013-08-26T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121088#M1507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion Tom. It clearly provides a plan for the problem. This situation deals with large volume of data. So I will try to find an optimal solution with the help of experts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:53:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121088#M1507</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2013-08-26T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121089#M1508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Linush.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By Cache, I refer to a temporary table which can hold only the latest Deal ID's. Using this temporary table, i am planning to pull the matching records from table B.&lt;/P&gt;&lt;P&gt;From your reply,I believe it is possible to derive that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121089#M1508</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2013-08-26T16:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121090#M1509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A b est practice is to avoid user written transformations if possible. Standard transformations are more easy understand and maintain, especially for "3rd parties".&lt;/P&gt;&lt;P&gt;Since your request seems quite straight forward, my guess is that you could do fine with standard transformations such as SQL Join and Table Loader, potentially with some DB tuning (indexing etc).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 20:15:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121090#M1509</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-08-26T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121091#M1510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the suggestions Linush.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 21:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121091#M1510</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2013-08-26T21:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121092#M1511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etlug/65920/HTML/default/viewer.htm#p1anl2j1d1yczin1ismualnzurv3.htm" title="http://support.sas.com/documentation/cdl/en/etlug/65920/HTML/default/viewer.htm#p1anl2j1d1yczin1ismualnzurv3.htm"&gt;SAS(R) Data Integration Studio 4.7: User's Guide&lt;/A&gt; (Selecting a Load Technique in the Table Loader)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 04:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121092#M1511</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-08-27T04:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Query</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121093#M1512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jaap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will go through this section in the user guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 16:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Query/m-p/121093#M1512</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2013-08-27T16:16:32Z</dc:date>
    </item>
  </channel>
</rss>

