<?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 project or sofware validation in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647013#M36002</link>
    <description>Yeah a report is most likely to be checked visually. I'am more interested in checking a data-set in EG. So you are saying to use PROC COMPARE you always need a standard 'wanted' report? But where do you get your 'wanted' report from, in my case I don't have a 'wanted' data-set. The data-set I want to validate is my 'wanted' data-set.</description>
    <pubDate>Tue, 12 May 2020 09:44:21 GMT</pubDate>
    <dc:creator>AK100</dc:creator>
    <dc:date>2020-05-12T09:44:21Z</dc:date>
    <item>
      <title>SAS project or sofware validation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/646980#M35999</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a quick question. I have finished a SAS project, and I actually want to check or validate this project to make sure&amp;nbsp;that the program does what it is supposed to do, producing a documented evidence of this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there specific SAS ways to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 06:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/646980#M35999</guid>
      <dc:creator>AK100</dc:creator>
      <dc:date>2020-05-12T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS project or sofware validation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647008#M36000</link>
      <description>&lt;P&gt;You need an example for the input data, and the expected result for exactly that input data. Then you can verify your results agains that. How you do that, depends on the type of the expected result. If it is a dataset, you can run PROC COMPARE, if it is a report, you most probably will have to visually check against the "wanted" report.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 09:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647008#M36000</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-12T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS project or sofware validation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647013#M36002</link>
      <description>Yeah a report is most likely to be checked visually. I'am more interested in checking a data-set in EG. So you are saying to use PROC COMPARE you always need a standard 'wanted' report? But where do you get your 'wanted' report from, in my case I don't have a 'wanted' data-set. The data-set I want to validate is my 'wanted' data-set.</description>
      <pubDate>Tue, 12 May 2020 09:44:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647013#M36002</guid>
      <dc:creator>AK100</dc:creator>
      <dc:date>2020-05-12T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS project or sofware validation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647024#M36004</link>
      <description>&lt;P&gt;PROC COMPARE compares two datasets, so you need a base dataset with which to compare your result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the requirements exist only in your head, then your head is the only tool available for checking.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Testing software in an automated way always means that you have the necessary input and output data available to validate against.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 10:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647024#M36004</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-12T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS project or sofware validation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647042#M36006</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310659"&gt;@AK100&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the dataset to be checked is the basis of important statistical analyses (of any kind) or similar further processing, it should be validated to a high standard -- considering the risks that a faulty dataset would entail. In the pharmaceutical industry, for example, it is quite common to double-program such analysis datasets, i.e., a second programmer creates the dataset independently (using the same specifications and raw data) and PROC COMPARE is applied to this and the first programmer's dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If involving a second programmer is not an option in your business, you can try and create a second dataset for comparison using different programming techniques, e.g., PROC SQL (or other procedures) vs. DATA step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Weaker, but less time-consuming validation techniques include plausibility and consistency checks of important variables using PROC FREQ, PROC MEANS, etc. (for example, comparing the results to those obtainable from raw data). Needless to say, basic validation efforts such as checks of the SAS log (no errors, warnings or suspicious notes/info messages from &lt;FONT face="courier new,courier"&gt;msglevel=I&lt;/FONT&gt;), the structure of the result dataset (PROC CONTENTS) and its number of observations should always be made.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 11:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647042#M36006</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2020-05-12T11:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS project or sofware validation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647046#M36007</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;,&amp;nbsp;I think your last 2 might be an option for me yes.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 11:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-project-or-sofware-validation/m-p/647046#M36007</guid>
      <dc:creator>AK100</dc:creator>
      <dc:date>2020-05-12T11:12:03Z</dc:date>
    </item>
  </channel>
</rss>

