<?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: CODE HELP in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424104#M104385</link>
    <description>&lt;P&gt;Please be a lot more specific in your title next time.&lt;/P&gt;
&lt;P&gt;Any question here could have the same title, and that would be a huge pain.&lt;/P&gt;
&lt;P&gt;Useful titles also trigger faster, better help.&lt;/P&gt;</description>
    <pubDate>Sat, 30 Dec 2017 05:27:50 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-12-30T05:27:50Z</dc:date>
    <item>
      <title>CODE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424060#M104361</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help to validate oracle code which is implemented in the database. I am validating in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the business logics which I have to tested&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)Derive True Original TCN on the CLAIM_HEADER_ALL table based on the TCN found on a table for that 'replaced TCN number'.&lt;/P&gt;&lt;P&gt;If the 'replaced TCN number' field is a null or ‘~’ value, then the fetched TCN becomes the True Original TCN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Derive True Original TCN on the CLAIM_HEADER_ALL table based on the TCN found on a table for that 'replaced TCN number'.&lt;/P&gt;&lt;P&gt;If the 'replaced TCN number' field is a null or ‘~’ value, then the fetched TCN becomes the True Original TCN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)Derive True Original TCN on the CLAIM_HEADER_ALL table based on the TCN found on a table for that 'replaced TCN number'.&lt;/P&gt;&lt;P&gt;If there is a value in the 'replaced TCN number' field, then fetch the row where the TCN matches that value, up the chain, until the original TCN is found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4)Derive True Original TCN on the CLAIM_HEADER_ALL table based on the TCN found on a table for that 'replaced TCN number'.&lt;/P&gt;&lt;P&gt;If the original TCN is not found, the default value of &amp;lt;NULL&amp;gt;&amp;nbsp; will be assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate all the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 16:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424060#M104361</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-29T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: CODE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424064#M104364</link>
      <description>&lt;P&gt;You should post the SAS code you need help with. Use the "little running man" icon for posting code.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 17:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424064#M104364</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-12-29T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: CODE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424081#M104370</link>
      <description>So you want to mimic the logic from an Oracle application and compare the results?&lt;BR /&gt;Well there is no real silver bullet, you probably need to code this in SAS. Can you be more specific on what you need help with?</description>
      <pubDate>Fri, 29 Dec 2017 22:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424081#M104370</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-12-29T22:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: CODE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424083#M104372</link>
      <description>Yes i would like to compare the results. I need to code this in SAS. I need help to right a code to verify the business logic.&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Fri, 29 Dec 2017 23:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424083#M104372</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-29T23:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: CODE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424086#M104374</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165195"&gt;@Ahsan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;If you want to verify if the business logic has been correctly implemented in Oracle, wouldn't you rather run the logic either against factored test cases or then analyse the data - source and result - and verify that the cases where data gets changed/not changed comply with the business logic? And of course: You can use SAS for this sort of analysis.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 03:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424086#M104374</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-12-30T03:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: CODE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424090#M104378</link>
      <description>Thank you I did verify the business logic which was implemented in oracle.&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Fri, 29 Dec 2017 23:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424090#M104378</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2017-12-29T23:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: CODE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424104#M104385</link>
      <description>&lt;P&gt;Please be a lot more specific in your title next time.&lt;/P&gt;
&lt;P&gt;Any question here could have the same title, and that would be a huge pain.&lt;/P&gt;
&lt;P&gt;Useful titles also trigger faster, better help.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 05:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CODE-HELP/m-p/424104#M104385</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-12-30T05:27:50Z</dc:date>
    </item>
  </channel>
</rss>

