<?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 DIS not saving changes in Job in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DIS-not-saving-changes-in-Job/m-p/753709#M20022</link>
    <description>&lt;P&gt;Hello, ballardw!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for moving the question: I didn't know where to post the question about SAS DIS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I've figured how to fix most of the problems: the mappings don't save because Teradata allows you to use already defined field in defining next fields. For example, I have a column OPER_AMT (operation amount) which is calculated from some source fields and OPER_TYPE which is defined as &lt;EM&gt;CASE WHEN OPER_AMT &amp;gt; 0 THEN 'DEBET' WHEN OPER_AMT &amp;lt; 0 THEN 'CREDIT' ELSE 'UNKNOWN' END&lt;/EM&gt;. SAS DIS for some reasons can't handle this situation properly so I have to create a pre transform where only OPER_AMT is created and then the second transform where OPER_TYPE is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Teradata formats (which you specify in &lt;STRONG&gt;Options/Advanced&lt;/STRONG&gt; tab &lt;SPAN&gt;in the properties window for the temporary output table&lt;/SPAN&gt;) don't save because in "&lt;STRONG&gt;Physical storage&lt;/STRONG&gt;" tab of the properties you should switch parameter "&lt;STRONG&gt;Location&lt;/STRONG&gt;" from "&lt;STRONG&gt;Job's default library for temporary tables&lt;/STRONG&gt;" to "&lt;STRONG&gt;Redirect to registered library&lt;/STRONG&gt;" and select the library, then changes will save and apply.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 08:25:04 GMT</pubDate>
    <dc:creator>sonofendor</dc:creator>
    <dc:date>2021-07-13T08:25:04Z</dc:date>
    <item>
      <title>SAS DIS not saving changes in Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DIS-not-saving-changes-in-Job/m-p/753386#M20020</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have an old job in SAS Data Integration Studio which is about 200 SQL-joins which are passed trough to Teradata Server. I walked through that job, made some changes, added some new transformations and then noticed that some of the changes did not apply.&lt;/P&gt;&lt;P&gt;For example, in a couple of jobs in the middle of the flow I've changed mappings. When I save and then reopen the job changes disappear. Also I provided Teradata formats and indexes for all tables and for some of them they disappeared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried creating a copy of the job and making changes there but it didn't help: changes still not saving.&lt;/P&gt;&lt;P&gt;What can be the cause of this situation and what can I do about it? (probably I should create new job from scratch but I don't have time for that).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your replies&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jul 2021 19:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DIS-not-saving-changes-in-Job/m-p/753386#M20020</guid>
      <dc:creator>sonofendor</dc:creator>
      <dc:date>2021-07-11T19:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DIS not saving changes in Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DIS-not-saving-changes-in-Job/m-p/753621#M20021</link>
      <description>&lt;P&gt;Since no one has answered any of this I will move the question to the data management area where DI things are typically discussed and may get an answer there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something to consider:&lt;/P&gt;
&lt;P&gt;Are you attempting to save the new settings to an older file version (file name extension) of the DI project or to a new project? Some of these "project" files might be incorporating changes that the older file format just does not support and may need to save to a new version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 21:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DIS-not-saving-changes-in-Job/m-p/753621#M20021</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-12T21:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DIS not saving changes in Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DIS-not-saving-changes-in-Job/m-p/753709#M20022</link>
      <description>&lt;P&gt;Hello, ballardw!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for moving the question: I didn't know where to post the question about SAS DIS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I've figured how to fix most of the problems: the mappings don't save because Teradata allows you to use already defined field in defining next fields. For example, I have a column OPER_AMT (operation amount) which is calculated from some source fields and OPER_TYPE which is defined as &lt;EM&gt;CASE WHEN OPER_AMT &amp;gt; 0 THEN 'DEBET' WHEN OPER_AMT &amp;lt; 0 THEN 'CREDIT' ELSE 'UNKNOWN' END&lt;/EM&gt;. SAS DIS for some reasons can't handle this situation properly so I have to create a pre transform where only OPER_AMT is created and then the second transform where OPER_TYPE is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Teradata formats (which you specify in &lt;STRONG&gt;Options/Advanced&lt;/STRONG&gt; tab &lt;SPAN&gt;in the properties window for the temporary output table&lt;/SPAN&gt;) don't save because in "&lt;STRONG&gt;Physical storage&lt;/STRONG&gt;" tab of the properties you should switch parameter "&lt;STRONG&gt;Location&lt;/STRONG&gt;" from "&lt;STRONG&gt;Job's default library for temporary tables&lt;/STRONG&gt;" to "&lt;STRONG&gt;Redirect to registered library&lt;/STRONG&gt;" and select the library, then changes will save and apply.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 08:25:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DIS-not-saving-changes-in-Job/m-p/753709#M20022</guid>
      <dc:creator>sonofendor</dc:creator>
      <dc:date>2021-07-13T08:25:04Z</dc:date>
    </item>
  </channel>
</rss>

