<?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: DI Studio, about physical work table names and Lookup transformation macros in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129756#M1726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since 4.2, I haven't use splitter. If you are in 9.2 or later, see if you can omit it.&lt;/P&gt;&lt;P&gt;But what is the scenario here about pre/post-code? The pre-code to splitter could use sylast.&lt;/P&gt;&lt;P&gt;The transformations that read each splitter output should as well be able to use syslast in their pre-code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2012 09:42:52 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2012-11-19T09:42:52Z</dc:date>
    <item>
      <title>DI Studio, about physical work table names and Lookup transformation macros</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129753#M1723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working in DI Studio I have a Lookup transformation that receives input from two Extract work tables. The precode of the Lookup transformation refers directly to the first input work table by means of its physical name, WORK.W66T81JT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Can this create a problem when importing the job to another environment? I seem to recall that physical names of work tables may change under such circumstances, but even if that's the case, perhaps the reference automatically changes to match it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Since &amp;amp;syslast or &amp;amp;input_1 can't be used to refer to the first input of a Lookup transformation, is there a different way that enables me to avoid using the physical table name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 07:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129753#M1723</guid>
      <dc:creator>EinarRoed</dc:creator>
      <dc:date>2012-11-19T07:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio, about physical work table names and Lookup transformation macros</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129754#M1724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Correct. Whenever possible, avoid refer to physical table names. Use DIS macro variables instead.&lt;/P&gt;&lt;P&gt;2) What is the nature of this pre-code? Maybe it can be solved in a different way? One way is to assign your own macro variable from syslast in the post-code in your extracts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 08:45:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129754#M1724</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-11-19T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio, about physical work table names and Lookup transformation macros</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129755#M1725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, you're absolutely right, it could be handled in the postcode. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if the Splitter transformation may be problematic? Can't see a way to prevent it from referencing physical table names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Skjermbilde.PNG" class="jive-image" src="https://communities.sas.com/legacyfs/online/2726_Skjermbilde.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 09:33:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129755#M1725</guid>
      <dc:creator>EinarRoed</dc:creator>
      <dc:date>2012-11-19T09:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio, about physical work table names and Lookup transformation macros</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129756#M1726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since 4.2, I haven't use splitter. If you are in 9.2 or later, see if you can omit it.&lt;/P&gt;&lt;P&gt;But what is the scenario here about pre/post-code? The pre-code to splitter could use sylast.&lt;/P&gt;&lt;P&gt;The transformations that read each splitter output should as well be able to use syslast in their pre-code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 09:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-about-physical-work-table-names-and-Lookup/m-p/129756#M1726</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-11-19T09:42:52Z</dc:date>
    </item>
  </channel>
</rss>

