<?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: Report creation for reconciliation - best approach in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/596206#M171630</link>
    <description>HI , this is not a query on the reconciliation method. but to get the metrics from the reconciled dataset. i.e. to get the summary report from the DST3. what will be the best method in SAS to get the summary of matches and mismatches as in dst3.</description>
    <pubDate>Mon, 14 Oct 2019 10:49:55 GMT</pubDate>
    <dc:creator>Jagadeesh2907</dc:creator>
    <dc:date>2019-10-14T10:49:55Z</dc:date>
    <item>
      <title>Report creation for reconciliation - best approach</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/592935#M170079</link>
      <description>&lt;P&gt;Hi - I have a dataset which is having the reconciliation results of two datasets dst1 and dst2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dst1&lt;/P&gt;&lt;P&gt;app_id name&amp;nbsp;&lt;/P&gt;&lt;P&gt;100&amp;nbsp; &amp;nbsp; &amp;nbsp; mark&lt;/P&gt;&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; steve&lt;/P&gt;&lt;P&gt;102&amp;nbsp; &amp;nbsp; &amp;nbsp; John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dst2&lt;/P&gt;&lt;P&gt;app_id&amp;nbsp; name&lt;/P&gt;&lt;P&gt;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mark&lt;/P&gt;&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Philip&lt;/P&gt;&lt;P&gt;102&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;result dataset: DST3&lt;/P&gt;&lt;P&gt;dst1_appid dst2_appid recon_appid dst1_name&amp;nbsp; dst2_name&amp;nbsp; recon_name&lt;/P&gt;&lt;P&gt;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Match&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mark&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mark&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Match&lt;/P&gt;&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Match&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;steve&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Philip&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Unmatched&lt;/P&gt;&lt;P&gt;102&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;102&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Match&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;John&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; John&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Match&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get a summary report of DST3. like below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column Name&amp;nbsp; &amp;nbsp;Overall status&amp;nbsp; No of Matches No of Mismatches&lt;/P&gt;&lt;P&gt;Recon_appid&amp;nbsp; &amp;nbsp; &amp;nbsp;Match&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;Recon_name&amp;nbsp; &amp;nbsp; &amp;nbsp;Unmatch&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i use proc report to create this type of report ?&amp;nbsp; Also, would i be able to create a report where if i click to expand the overall status i will be able to know the details numbers. how can i approach this problem and what tools i can use from SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 07:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/592935#M170079</guid>
      <dc:creator>Jagadeesh2907</dc:creator>
      <dc:date>2019-10-01T07:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Report creation for reconciliation - best approach</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/593052#M170132</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/107894"&gt;@Jagadeesh2907&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simple way to look for discrepancies between two datasets is to use a PROC COMPARE:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc compare base=dst1 comp=dst2 out=toprint transpose listall outcomp outbase;
	id app_id ;
run;
proc print data=toprint noobs;
	id _Type_;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;More details on the syntax on :&amp;nbsp;&lt;A href="https://www.lexjansen.com/pharmasug/2003/Tutorials/tu056.pdf" target="_self"&gt;https://www.lexjansen.com/pharmasug/2003/Tutorials/tu056.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The layout is not pretty cool but the content is very informative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this help!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/593052#M170132</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2019-10-01T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Report creation for reconciliation - best approach</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/593126#M170165</link>
      <description>&lt;P&gt;You likely want to sort both data sets by a common set of variables, such as your App_id and Name variables. It would likely be worth a step to ensure that character variables have the same case as well. "mark" is not equal to "Mark". If you expect that to be treated as equal then address case prior to any comparison.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/593126#M170165</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-01T17:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Report creation for reconciliation - best approach</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/596206#M171630</link>
      <description>HI , this is not a query on the reconciliation method. but to get the metrics from the reconciled dataset. i.e. to get the summary report from the DST3. what will be the best method in SAS to get the summary of matches and mismatches as in dst3.</description>
      <pubDate>Mon, 14 Oct 2019 10:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/596206#M171630</guid>
      <dc:creator>Jagadeesh2907</dc:creator>
      <dc:date>2019-10-14T10:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Report creation for reconciliation - best approach</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/596207#M171631</link>
      <description>HI , this is not a query on the reconciliation method. but to get the metrics from the reconciled dataset. i.e. to get the summary report from the DST3. what will be the best method in SAS to get the summary of matches and mismatches as in dst3.</description>
      <pubDate>Mon, 14 Oct 2019 10:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Report-creation-for-reconciliation-best-approach/m-p/596207#M171631</guid>
      <dc:creator>Jagadeesh2907</dc:creator>
      <dc:date>2019-10-14T10:50:21Z</dc:date>
    </item>
  </channel>
</rss>

