<?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: Changing physical table woth work table (SAS DI 4.9) in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/415132#M12670</link>
    <description>Well don't first delete, and the undo option is to undo check out.</description>
    <pubDate>Tue, 21 Nov 2017 11:49:39 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2017-11-21T11:49:39Z</dc:date>
    <item>
      <title>Changing physical table woth work table (SAS DI 4.9)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/414827#M12661</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a physical table between two SQL extract operations. I would like to change it with work table without losing transformation definitions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have:&lt;BR /&gt;extract_1 -&amp;gt; physical table -&amp;gt; extract_2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to have:&lt;BR /&gt;extract_1 -&amp;gt; work_table -&amp;gt; extract_2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible and how?&lt;BR /&gt;When I just delete physical table, create work table and reconnect, I lose some mappings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/414827#M12661</guid>
      <dc:creator>strsljen</dc:creator>
      <dc:date>2017-11-20T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changing physical table woth work table (SAS DI 4.9)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/414892#M12663</link>
      <description>What do you mean by work table? A non metadata registered table?&lt;BR /&gt;Unfortunately there is no bullet proof method AFAIK.&lt;BR /&gt;Before deleting the "physical table" just try to move the connectors, other than that...</description>
      <pubDate>Mon, 20 Nov 2017 16:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/414892#M12663</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-11-20T16:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing physical table woth work table (SAS DI 4.9)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/414911#M12664</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, that is correct. Default output from extract job is a work table. It is quite easy to convert on the fly from work table to proper SAS table without break transformation rules in the next connected step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I didn't find proper "undo" option. When I delete SAS table I have to manually create work table (right click on step1 extract job and select "Create work table") and then manually connect it to extract in step2.&lt;/P&gt;&lt;P&gt;By doing that mappings get pretty much smashed, on both step1 and step2 extracts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an "Replace" option on the SAS table, but I didn't find the option to replace SAS table with work table, only with some other table from the SAS libraries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I am doing manual crunching on each of that example where I need to remove SAS table. No need to point out I am not particularly happy about it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;So if there is a better way, please, enlighten me! &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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 17:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/414911#M12664</guid>
      <dc:creator>strsljen</dc:creator>
      <dc:date>2017-11-20T17:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing physical table woth work table (SAS DI 4.9)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/415132#M12670</link>
      <description>Well don't first delete, and the undo option is to undo check out.</description>
      <pubDate>Tue, 21 Nov 2017 11:49:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Changing-physical-table-woth-work-table-SAS-DI-4-9/m-p/415132#M12670</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-11-21T11:49:39Z</dc:date>
    </item>
  </channel>
</rss>

