<?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: Development and Validation Program Similarity (Plagiarism Checker) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Development-and-Validation-Program-Similarity-Plagiarism-Checker/m-p/649552#M194754</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;. I have referred links provided by you and GitHub, &lt;A href="https://lexjansen.com/" target="_blank"&gt;https://lexjansen.com/&lt;/A&gt;&amp;nbsp;before I write to this forum. Today I received mail from PharmaSUG and they have published 2020 papers. I will also look into those papers.&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 12:43:57 GMT</pubDate>
    <dc:creator>Rajaram</dc:creator>
    <dc:date>2020-05-21T12:43:57Z</dc:date>
    <item>
      <title>Development and Validation Program Similarity (Plagiarism Checker)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Development-and-Validation-Program-Similarity-Plagiarism-Checker/m-p/648494#M194277</link>
      <description>&lt;P&gt;I am working on finding similarities between two SAS programs (i.e., how much copied from other's code), similar to&amp;nbsp;MOSS (Measure of software similarity),&amp;nbsp;JPlag, CodeMatch these are all not supporting SAS Programming language. I have found 3 papers on the internet, one is based on python (very few details available: &lt;A href="https://www.pharmasug.org/proceedings/2019/AP/PharmaSUG-2019-AP-018.pdf" target="_self"&gt;Ensuring Programming Integrity with Python - PharmaSUG&lt;/A&gt;), the second one has written on SAS (&lt;A title="Plagiarism in programming" href="https://www.lexjansen.com/phuse-us/2018/ct/CT13.pdf" target="_self"&gt;Upholding Ethics and Integrity: A macro-based approach to detect plagiarism in programming&lt;/A&gt;) but not much information and the third one has written on PROC GROOVY (&lt;A href="https://www.lexjansen.com/phuse/2012/cc/CC04.pdf" target="_self"&gt;Be wise, plagiarize&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also tried using &lt;SPAN&gt;SOUNDEX with the COMPGED functions but not helping (&lt;A href="https://blogs.sas.com/content/sgf/2015/01/27/how-to-perform-a-fuzzy-match-using-sas-functions/" target="_self"&gt;Reference&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there any code available to use or help me with steps to identify similarity?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I need to get the following details:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Similarity Scores&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Matched Codes/Lines (Exact Match - COMPARE Function/Diff function in UNIX)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Matched Codes/Lines (Fuzzy Match/Lexical Similarity)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Matched Blocks&amp;nbsp;(Exact Match - COMPARE Function/Diff function in UNIX)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Matched Blocks (Fuzzy Match/Lexical Similarity)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 08:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Development-and-Validation-Program-Similarity-Plagiarism-Checker/m-p/648494#M194277</guid>
      <dc:creator>Rajaram</dc:creator>
      <dc:date>2020-05-18T08:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Development and Validation Program Similarity (Plagiarism Checker)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Development-and-Validation-Program-Similarity-Plagiarism-Checker/m-p/648523#M194292</link>
      <description>&lt;P&gt;Ha.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; wrote a blog about how to build a recommendation system by cosine .&lt;/P&gt;
&lt;P&gt;Maybe you could use it .&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/09/05/cosine-similarity-recommendations.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/09/05/cosine-similarity-recommendations.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/09/03/cosine-similarity.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/09/03/cosine-similarity.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2019/07/25/sas-recommendation-engine/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2019/07/25/sas-recommendation-engine/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 11:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Development-and-Validation-Program-Similarity-Plagiarism-Checker/m-p/648523#M194292</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-05-18T11:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Development and Validation Program Similarity (Plagiarism Checker)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Development-and-Validation-Program-Similarity-Plagiarism-Checker/m-p/649552#M194754</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;. I have referred links provided by you and GitHub, &lt;A href="https://lexjansen.com/" target="_blank"&gt;https://lexjansen.com/&lt;/A&gt;&amp;nbsp;before I write to this forum. Today I received mail from PharmaSUG and they have published 2020 papers. I will also look into those papers.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Development-and-Validation-Program-Similarity-Plagiarism-Checker/m-p/649552#M194754</guid>
      <dc:creator>Rajaram</dc:creator>
      <dc:date>2020-05-21T12:43:57Z</dc:date>
    </item>
  </channel>
</rss>

